Struct IWMReaderAdvanced_Vtbl
#[repr(C)]pub struct IWMReaderAdvanced_Vtbl {Show 21 fields
pub base__: IUnknown_Vtbl,
pub SetUserProvidedClock: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetUserProvidedClock: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub DeliverTime: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub SetManualStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetManualStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetStreamsSelected: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *const u16, _: *const WMT_STREAM_SELECTION) -> HRESULT,
pub GetStreamSelected: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut WMT_STREAM_SELECTION) -> HRESULT,
pub SetReceiveSelectionCallbacks: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetReceiveSelectionCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetReceiveStreamSamples: unsafe extern "system" fn(_: *mut c_void, _: u16, _: BOOL) -> HRESULT,
pub GetReceiveStreamSamples: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT,
pub SetAllocateForOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub GetAllocateForOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT,
pub SetAllocateForStream: unsafe extern "system" fn(_: *mut c_void, _: u16, _: BOOL) -> HRESULT,
pub GetAllocateForStream: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT,
pub GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_READER_STATISTICS) -> HRESULT,
pub SetClientInfo: unsafe extern "system" fn(_: *mut c_void, _: *const WM_READER_CLIENTINFO) -> HRESULT,
pub GetMaxOutputSampleSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetMaxStreamSampleSize: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut u32) -> HRESULT,
pub NotifyLateDelivery: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetUserProvidedClock: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetUserProvidedClock: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§DeliverTime: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§SetManualStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetManualStreamSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetStreamsSelected: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *const u16, _: *const WMT_STREAM_SELECTION) -> HRESULT
§GetStreamSelected: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut WMT_STREAM_SELECTION) -> HRESULT
§SetReceiveSelectionCallbacks: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetReceiveSelectionCallbacks: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetReceiveStreamSamples: unsafe extern "system" fn(_: *mut c_void, _: u16, _: BOOL) -> HRESULT
§GetReceiveStreamSamples: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT
§SetAllocateForOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT
§GetAllocateForOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT
§SetAllocateForStream: unsafe extern "system" fn(_: *mut c_void, _: u16, _: BOOL) -> HRESULT
§GetAllocateForStream: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT
§GetStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_READER_STATISTICS) -> HRESULT
§SetClientInfo: unsafe extern "system" fn(_: *mut c_void, _: *const WM_READER_CLIENTINFO) -> HRESULT
§GetMaxOutputSampleSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetMaxStreamSampleSize: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut u32) -> HRESULT
§NotifyLateDelivery: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
Implementations§
§impl IWMReaderAdvanced_Vtbl
impl IWMReaderAdvanced_Vtbl
pub const fn new<Identity: IWMReaderAdvanced_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMReaderAdvanced_Vtbl
impl RefUnwindSafe for IWMReaderAdvanced_Vtbl
impl Send for IWMReaderAdvanced_Vtbl
impl Sync for IWMReaderAdvanced_Vtbl
impl Unpin for IWMReaderAdvanced_Vtbl
impl UnwindSafe for IWMReaderAdvanced_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