Struct windows::Win32::Media::MediaFoundation::IMFCaptureSink_Vtbl
#[repr(C)]pub struct IMFCaptureSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetOutputMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetService: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub AddStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Prepare: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RemoveAllStreams: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetOutputMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetService: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§AddStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§Prepare: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RemoveAllStreams: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMFCaptureSink_Vtbl
impl IMFCaptureSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFCaptureSink_Vtblwhere
Identity: IMFCaptureSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFCaptureSink_Vtbl
impl RefUnwindSafe for IMFCaptureSink_Vtbl
impl Send for IMFCaptureSink_Vtbl
impl Sync for IMFCaptureSink_Vtbl
impl Unpin for IMFCaptureSink_Vtbl
impl UnwindSafe for IMFCaptureSink_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