Struct IAppBroadcastPreviewStreamReader_Vtbl
#[repr(C)]pub struct IAppBroadcastPreviewStreamReader_Vtbl {
pub base__: IInspectable_Vtbl,
pub VideoWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub VideoHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub VideoStride: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub VideoBitmapPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapPixelFormat) -> HRESULT,
pub VideoBitmapAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapAlphaMode) -> HRESULT,
pub TryGetNextVideoFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VideoFrameArrived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveVideoFrameArrived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§VideoWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§VideoHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§VideoStride: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§VideoBitmapPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapPixelFormat) -> HRESULT
§VideoBitmapAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapAlphaMode) -> HRESULT
§TryGetNextVideoFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VideoFrameArrived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveVideoFrameArrived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppBroadcastPreviewStreamReader_Vtbl
impl RefUnwindSafe for IAppBroadcastPreviewStreamReader_Vtbl
impl Send for IAppBroadcastPreviewStreamReader_Vtbl
impl Sync for IAppBroadcastPreviewStreamReader_Vtbl
impl Unpin for IAppBroadcastPreviewStreamReader_Vtbl
impl UnwindSafe for IAppBroadcastPreviewStreamReader_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