Struct ISpStreamFormatConverter_Vtbl
#[repr(C)]pub struct ISpStreamFormatConverter_Vtbl {
pub base__: ISpStreamFormat_Vtbl,
pub SetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: BOOL) -> HRESULT,
pub GetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const WAVEFORMATEX) -> HRESULT,
pub ResetSeekPosition: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ScaleConvertedToBaseOffset: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT,
pub ScaleBaseToConvertedOffset: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT,
}
Fields§
§base__: ISpStreamFormat_Vtbl
§SetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: BOOL) -> HRESULT
§GetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const WAVEFORMATEX) -> HRESULT
§ResetSeekPosition: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ScaleConvertedToBaseOffset: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT
§ScaleBaseToConvertedOffset: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT
Implementations§
§impl ISpStreamFormatConverter_Vtbl
impl ISpStreamFormatConverter_Vtbl
pub const fn new<Identity: ISpStreamFormatConverter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpStreamFormatConverter_Vtbl
impl RefUnwindSafe for ISpStreamFormatConverter_Vtbl
impl Send for ISpStreamFormatConverter_Vtbl
impl Sync for ISpStreamFormatConverter_Vtbl
impl Unpin for ISpStreamFormatConverter_Vtbl
impl UnwindSafe for ISpStreamFormatConverter_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