Struct INDStreamParserNotifier_Vtbl
#[repr(C)]pub struct INDStreamParserNotifier_Vtbl {
pub base__: IInspectable_Vtbl,
pub OnContentIDReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnMediaStreamDescriptorCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSampleParsed: unsafe extern "system" fn(_: *mut c_void, _: u32, _: NDMediaStreamType, _: *mut c_void, _: i64, _: NDClosedCaptionFormat, _: u32, _: *const u8) -> HRESULT,
pub OnBeginSetupDecryptor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GUID, _: u32, _: *const u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OnContentIDReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnMediaStreamDescriptorCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnSampleParsed: unsafe extern "system" fn(_: *mut c_void, _: u32, _: NDMediaStreamType, _: *mut c_void, _: i64, _: NDClosedCaptionFormat, _: u32, _: *const u8) -> HRESULT
§OnBeginSetupDecryptor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GUID, _: u32, _: *const u8) -> HRESULT
Implementations§
§impl INDStreamParserNotifier_Vtbl
impl INDStreamParserNotifier_Vtbl
pub const fn new<Identity: INDStreamParserNotifier_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDStreamParserNotifier_Vtbl
impl RefUnwindSafe for INDStreamParserNotifier_Vtbl
impl Send for INDStreamParserNotifier_Vtbl
impl Sync for INDStreamParserNotifier_Vtbl
impl Unpin for INDStreamParserNotifier_Vtbl
impl UnwindSafe for INDStreamParserNotifier_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