Esempio n. 1
0
 public HRESULT RequestAllocator(IMemAllocator *pPreferred, ALLOCATOR_PROPERTIES *pProps, IMemAllocator **ppActual)
 {
     return(((delegate * unmanaged <IAsyncReader *, IMemAllocator *, ALLOCATOR_PROPERTIES *, IMemAllocator **, int>)(lpVtbl[3]))((IAsyncReader *)Unsafe.AsPointer(ref this), pPreferred, pProps, ppActual));
 }
Esempio n. 2
0
 public HRESULT GetProperties(ALLOCATOR_PROPERTIES *pProps)
 {
     return(((delegate * unmanaged <IMemAllocatorCallbackTemp *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[4]))((IMemAllocatorCallbackTemp *)Unsafe.AsPointer(ref this), pProps));
 }
Esempio n. 3
0
 public HRESULT GetAllocatorRequirements(ALLOCATOR_PROPERTIES *pProps)
 {
     return(((delegate * unmanaged <IMemInputPin *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[5]))((IMemInputPin *)Unsafe.AsPointer(ref this), pProps));
 }
Esempio n. 4
0
 public int GetAllocatorRequirements([NativeTypeName("ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pProps)
 {
     return(((delegate * unmanaged <IMemInputPin *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[5]))((IMemInputPin *)Unsafe.AsPointer(ref this), pProps));
 }
Esempio n. 5
0
 public HRESULT SetProperties(ALLOCATOR_PROPERTIES *pRequest, ALLOCATOR_PROPERTIES *pActual)
 {
     return(((delegate * unmanaged <IMemAllocatorCallbackTemp *, ALLOCATOR_PROPERTIES *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[3]))((IMemAllocatorCallbackTemp *)Unsafe.AsPointer(ref this), pRequest, pActual));
 }
Esempio n. 6
0
 public int GetProperties([NativeTypeName("ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pProps)
 {
     return(((delegate * unmanaged <IMemAllocatorCallbackTemp *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[4]))((IMemAllocatorCallbackTemp *)Unsafe.AsPointer(ref this), pProps));
 }
Esempio n. 7
0
 public HRESULT GetAllocatorProperties(ALLOCATOR_PROPERTIES *pprop)
 {
     return(((delegate * unmanaged <IAMBufferNegotiation *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[4]))((IAMBufferNegotiation *)Unsafe.AsPointer(ref this), pprop));
 }
Esempio n. 8
0
 public HRESULT SuggestAllocatorProperties([NativeTypeName("const ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pprop)
 {
     return(((delegate * unmanaged <IAMBufferNegotiation *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[3]))((IAMBufferNegotiation *)Unsafe.AsPointer(ref this), pprop));
 }
 public int RequestAllocator([NativeTypeName("IMemAllocator *")] IMemAllocator *pPreferred, [NativeTypeName("ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pProps, [NativeTypeName("IMemAllocator **")] IMemAllocator **ppActual)
 {
     return(((delegate * unmanaged <IAsyncReader *, IMemAllocator *, ALLOCATOR_PROPERTIES *, IMemAllocator **, int>)(lpVtbl[3]))((IAsyncReader *)Unsafe.AsPointer(ref this), pPreferred, pProps, ppActual));
 }
Esempio n. 10
0
 public int SetProperties([NativeTypeName("ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pRequest, [NativeTypeName("ALLOCATOR_PROPERTIES *")] ALLOCATOR_PROPERTIES *pActual)
 {
     return(((delegate * unmanaged <IMemAllocator *, ALLOCATOR_PROPERTIES *, ALLOCATOR_PROPERTIES *, int>)(lpVtbl[3]))((IMemAllocator *)Unsafe.AsPointer(ref this), pRequest, pActual));
 }