Struct windows::Win32::Media::MediaFoundation::IMFASFStreamConfig_Vtbl
#[repr(C)]pub struct IMFASFStreamConfig_Vtbl {
pub base__: IMFAttributes_Vtbl,
pub GetStreamType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetStreamNumber: unsafe extern "system" fn(_: *mut c_void) -> u16,
pub SetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPayloadExtensionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GetPayloadExtension: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut GUID, _: *mut u16, _: *mut u8, _: *mut u32) -> HRESULT,
pub AddPayloadExtension: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u16, _: *const u8, _: u32) -> HRESULT,
pub RemoveAllPayloadExtensions: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFAttributes_Vtbl
§GetStreamType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetStreamNumber: unsafe extern "system" fn(_: *mut c_void) -> u16
§SetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetPayloadExtensionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GetPayloadExtension: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut GUID, _: *mut u16, _: *mut u8, _: *mut u32) -> HRESULT
§AddPayloadExtension: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u16, _: *const u8, _: u32) -> HRESULT
§RemoveAllPayloadExtensions: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFASFStreamConfig_Vtbl
impl IMFASFStreamConfig_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFASFStreamConfig_Vtblwhere
Identity: IMFASFStreamConfig_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFASFStreamConfig_Vtbl
impl RefUnwindSafe for IMFASFStreamConfig_Vtbl
impl Send for IMFASFStreamConfig_Vtbl
impl Sync for IMFASFStreamConfig_Vtbl
impl Unpin for IMFASFStreamConfig_Vtbl
impl UnwindSafe for IMFASFStreamConfig_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