#[repr(C)]
pub struct IMFMediaEngineEx_Vtbl {
Show 38 fields pub base__: IMFMediaEngine_Vtbl, pub SetSourceFromByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_STATISTIC, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub UpdateVideoStream: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoNormalizedRect, _: *const RECT, _: *const MFARGB) -> HRESULT, pub GetBalance: unsafe extern "system" fn(_: *mut c_void) -> f64, pub SetBalance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub IsPlaybackRateSupported: unsafe extern "system" fn(_: *mut c_void, _: f64) -> BOOL, pub FrameStep: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetResourceCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetPresentationAttribute: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub GetNumberOfStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetStreamAttribute: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub GetStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT, pub SetStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT, pub ApplyStreamSelections: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub IsProtected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub InsertVideoEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT, pub InsertAudioEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT, pub RemoveAllEffects: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub SetTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub GetTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub CancelTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub IsStereo3D: unsafe extern "system" fn(_: *mut c_void) -> BOOL, pub GetStereo3DFramePackingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_MEDIA_ENGINE_S3D_PACKING_MODE) -> HRESULT, pub SetStereo3DFramePackingMode: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_S3D_PACKING_MODE) -> HRESULT, pub GetStereo3DRenderMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MF3DVideoOutputType) -> HRESULT, pub SetStereo3DRenderMode: unsafe extern "system" fn(_: *mut c_void, _: MF3DVideoOutputType) -> HRESULT, pub EnableWindowlessSwapchainMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetVideoSwapchainHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT, pub EnableHorizontalMirrorMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetAudioStreamCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetAudioStreamCategory: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetAudioEndpointRole: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetAudioEndpointRole: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetRealTimeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetRealTimeMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub SetCurrentTimeEx: unsafe extern "system" fn(_: *mut c_void, _: f64, _: MF_MEDIA_ENGINE_SEEK_MODE) -> HRESULT, pub EnableTimeUpdateTimer: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}

Fields§

§base__: IMFMediaEngine_Vtbl§SetSourceFromByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_STATISTIC, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§UpdateVideoStream: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoNormalizedRect, _: *const RECT, _: *const MFARGB) -> HRESULT§GetBalance: unsafe extern "system" fn(_: *mut c_void) -> f64§SetBalance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§IsPlaybackRateSupported: unsafe extern "system" fn(_: *mut c_void, _: f64) -> BOOL§FrameStep: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetResourceCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetPresentationAttribute: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§GetNumberOfStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetStreamAttribute: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§GetStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT§SetStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT§ApplyStreamSelections: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§IsProtected: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§InsertVideoEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§InsertAudioEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§RemoveAllEffects: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§GetTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§CancelTimelineMarkerTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§IsStereo3D: unsafe extern "system" fn(_: *mut c_void) -> BOOL§GetStereo3DFramePackingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_MEDIA_ENGINE_S3D_PACKING_MODE) -> HRESULT§SetStereo3DFramePackingMode: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIA_ENGINE_S3D_PACKING_MODE) -> HRESULT§GetStereo3DRenderMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MF3DVideoOutputType) -> HRESULT§SetStereo3DRenderMode: unsafe extern "system" fn(_: *mut c_void, _: MF3DVideoOutputType) -> HRESULT§EnableWindowlessSwapchainMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetVideoSwapchainHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT§EnableHorizontalMirrorMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetAudioStreamCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetAudioStreamCategory: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetAudioEndpointRole: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetAudioEndpointRole: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetRealTimeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetRealTimeMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§SetCurrentTimeEx: unsafe extern "system" fn(_: *mut c_void, _: f64, _: MF_MEDIA_ENGINE_SEEK_MODE) -> HRESULT§EnableTimeUpdateTimer: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT

Implementations§

§

impl IMFMediaEngineEx_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IMFMediaEngineEx_Impl, const OFFSET: isize>( ) -> IMFMediaEngineEx_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.