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