Struct windows::Media::Core::IMediaStreamSample_Vtbl
#[repr(C)]pub struct IMediaStreamSample_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Processed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveProcessed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Buffer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Protection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDecodeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub DecodeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetKeyFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeyFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Discontinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Processed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveProcessed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Buffer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Protection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDecodeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§DecodeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetKeyFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§KeyFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Discontinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaStreamSample_Vtbl
impl RefUnwindSafe for IMediaStreamSample_Vtbl
impl Send for IMediaStreamSample_Vtbl
impl Sync for IMediaStreamSample_Vtbl
impl Unpin for IMediaStreamSample_Vtbl
impl UnwindSafe for IMediaStreamSample_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