Struct windows::Win32::Media::MediaFoundation::IMFSourceReaderEx_Vtbl
#[repr(C)]pub struct IMFSourceReaderEx_Vtbl {
pub base__: IMFSourceReader_Vtbl,
pub SetNativeMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut u32) -> HRESULT,
pub AddTransformForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub RemoveAllTransformsForStream: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetTransformForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFSourceReader_Vtbl
§SetNativeMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut u32) -> HRESULT
§AddTransformForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§RemoveAllTransformsForStream: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetTransformForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFSourceReaderEx_Vtbl
impl IMFSourceReaderEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFSourceReaderEx_Vtblwhere
Identity: IMFSourceReaderEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSourceReaderEx_Vtbl
impl RefUnwindSafe for IMFSourceReaderEx_Vtbl
impl Send for IMFSourceReaderEx_Vtbl
impl Sync for IMFSourceReaderEx_Vtbl
impl Unpin for IMFSourceReaderEx_Vtbl
impl UnwindSafe for IMFSourceReaderEx_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more