Struct IWMWriter_Vtbl
#[repr(C)]pub struct IWMWriter_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub SetProfileByID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub SetProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOutputFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetInputCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetInputProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub SetInputProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub GetInputFormatCount: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetInputFormat: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub BeginWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EndWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AllocateSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub WriteSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64, _: u32, _: *mut c_void) -> HRESULT,
pub Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetProfileByID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§SetProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOutputFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetInputCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetInputProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§SetInputProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§GetInputFormatCount: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetInputFormat: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§BeginWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EndWriting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AllocateSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§WriteSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64, _: u32, _: *mut c_void) -> HRESULT
§Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMWriter_Vtbl
impl IWMWriter_Vtbl
pub const fn new<Identity: IWMWriter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMWriter_Vtbl
impl RefUnwindSafe for IWMWriter_Vtbl
impl Send for IWMWriter_Vtbl
impl Sync for IWMWriter_Vtbl
impl Unpin for IWMWriter_Vtbl
impl UnwindSafe for IWMWriter_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