Exemple #1
0
 public HRESULT GetCaptureDeviceActivate(MF_CAPTURE_ENGINE_DEVICE_TYPE mfCaptureEngineDeviceType, IMFActivate **ppActivate)
 {
     return(((delegate * unmanaged <IMFCaptureSource *, MF_CAPTURE_ENGINE_DEVICE_TYPE, IMFActivate **, int>)(lpVtbl[4]))((IMFCaptureSource *)Unsafe.AsPointer(ref this), mfCaptureEngineDeviceType, ppActivate));
 }
Exemple #2
0
 public int GetCaptureDeviceSource(MF_CAPTURE_ENGINE_DEVICE_TYPE mfCaptureEngineDeviceType, [NativeTypeName("IMFMediaSource **")] IMFMediaSource **ppMediaSource)
 {
     return(((delegate * unmanaged <IMFCaptureSource *, MF_CAPTURE_ENGINE_DEVICE_TYPE, IMFMediaSource **, int>)(lpVtbl[3]))((IMFCaptureSource *)Unsafe.AsPointer(ref this), mfCaptureEngineDeviceType, ppMediaSource));
 }