public int EnableSphericalVideoProcessing([NativeTypeName("BOOL")] int fEnable, MFVideoSphericalFormat eFormat, MFVideoSphericalProjectionMode eProjectionMode)
 {
     return(((delegate * unmanaged <IMFVideoProcessorControl3 *, int, MFVideoSphericalFormat, MFVideoSphericalProjectionMode, int>)(lpVtbl[13]))((IMFVideoProcessorControl3 *)Unsafe.AsPointer(ref this), fEnable, eFormat, eProjectionMode));
 }
Example #2
0
 public HRESULT EnableSphericalVideoProcessing(BOOL fEnable, MFVideoSphericalFormat eFormat, MFVideoSphericalProjectionMode eProjectionMode)
 {
     return(((delegate * unmanaged <IMFVideoProcessorControl3 *, BOOL, MFVideoSphericalFormat, MFVideoSphericalProjectionMode, int>)(lpVtbl[13]))((IMFVideoProcessorControl3 *)Unsafe.AsPointer(ref this), fEnable, eFormat, eProjectionMode));
 }