Ejemplo n.º 1
0
 public int QueryDecimationUsage([NativeTypeName("DECIMATION_USAGE *")] DECIMATION_USAGE *lpUsage)
 {
     return(((delegate * unmanaged <IAMVideoDecimationProperties *, DECIMATION_USAGE *, int>)(lpVtbl[3]))((IAMVideoDecimationProperties *)Unsafe.AsPointer(ref this), lpUsage));
 }
Ejemplo n.º 2
0
 public HRESULT QueryDecimationUsage(DECIMATION_USAGE* lpUsage)
 {
     return ((delegate* unmanaged<IAMVideoDecimationProperties*, DECIMATION_USAGE*, int>)(lpVtbl[3]))((IAMVideoDecimationProperties*)Unsafe.AsPointer(ref this), lpUsage);
 }