Struct IMFSinkWriter_Vtbl
#[repr(C)]pub struct IMFSinkWriter_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub SetInputMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub BeginWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub SendStreamTick: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i64) -> HRESULT,
pub PlaceMarker: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void) -> HRESULT,
pub NotifyEndOfSegment: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Flush: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetServiceForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MF_SINK_WRITER_STATISTICS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§SetInputMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT
§BeginWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WriteSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§SendStreamTick: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i64) -> HRESULT
§PlaceMarker: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void) -> HRESULT
§NotifyEndOfSegment: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Flush: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetServiceForStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MF_SINK_WRITER_STATISTICS) -> HRESULT
Implementations§
§impl IMFSinkWriter_Vtbl
impl IMFSinkWriter_Vtbl
pub const fn new<Identity: IMFSinkWriter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSinkWriter_Vtbl
impl RefUnwindSafe for IMFSinkWriter_Vtbl
impl Send for IMFSinkWriter_Vtbl
impl Sync for IMFSinkWriter_Vtbl
impl Unpin for IMFSinkWriter_Vtbl
impl UnwindSafe for IMFSinkWriter_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