Struct IMFASFSplitter_Vtbl
#[repr(C)]pub struct IMFASFSplitter_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SelectStreams: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: u16) -> HRESULT,
pub GetSelectedStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut u16) -> HRESULT,
pub ParseData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetNextSample: unsafe extern "system" fn(_: *mut c_void, _: *mut ASF_STATUSFLAGS, _: *mut u16, _: *mut *mut c_void) -> HRESULT,
pub Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetLastSendTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SelectStreams: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: u16) -> HRESULT
§GetSelectedStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut u16, _: *mut u16) -> HRESULT
§ParseData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT
§GetNextSample: unsafe extern "system" fn(_: *mut c_void, _: *mut ASF_STATUSFLAGS, _: *mut u16, _: *mut *mut c_void) -> HRESULT
§Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetLastSendTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IMFASFSplitter_Vtbl
impl IMFASFSplitter_Vtbl
pub const fn new<Identity: IMFASFSplitter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFASFSplitter_Vtbl
impl RefUnwindSafe for IMFASFSplitter_Vtbl
impl Send for IMFASFSplitter_Vtbl
impl Sync for IMFASFSplitter_Vtbl
impl Unpin for IMFASFSplitter_Vtbl
impl UnwindSafe for IMFASFSplitter_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