#[repr(C)]pub struct IAppBroadcastBackgroundServiceStreamInfo_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub StreamState: unsafe extern "system" fn(_: *mut c_void, _: *mut AppBroadcastStreamState) -> HRESULT,
pub SetDesiredVideoEncodingBitrate: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub DesiredVideoEncodingBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetBandwidthTestBitrate: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub BandwidthTestBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetAudioCodec: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub AudioCodec: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub BroadcastStreamReader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StreamStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveStreamStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub VideoEncodingResolutionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveVideoEncodingResolutionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub VideoEncodingBitrateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveVideoEncodingBitrateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StreamState: unsafe extern "system" fn(_: *mut c_void, _: *mut AppBroadcastStreamState) -> HRESULT
§SetDesiredVideoEncodingBitrate: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§DesiredVideoEncodingBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetBandwidthTestBitrate: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§BandwidthTestBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetAudioCodec: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§AudioCodec: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§BroadcastStreamReader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StreamStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveStreamStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§VideoEncodingResolutionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveVideoEncodingResolutionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§VideoEncodingBitrateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveVideoEncodingBitrateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppBroadcastBackgroundServiceStreamInfo_Vtbl
impl RefUnwindSafe for IAppBroadcastBackgroundServiceStreamInfo_Vtbl
impl Send for IAppBroadcastBackgroundServiceStreamInfo_Vtbl
impl Sync for IAppBroadcastBackgroundServiceStreamInfo_Vtbl
impl Unpin for IAppBroadcastBackgroundServiceStreamInfo_Vtbl
impl UnwindSafe for IAppBroadcastBackgroundServiceStreamInfo_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