Struct windows::Media::Capture::AppBroadcastManager
pub struct AppBroadcastManager;
Implementations§
§impl AppBroadcastManager
impl AppBroadcastManager
pub fn GetGlobalSettings() -> Result<AppBroadcastGlobalSettings>
pub fn ApplyGlobalSettings<P0>(value: P0) -> Result<()>where
P0: Param<AppBroadcastGlobalSettings>,
pub fn GetProviderSettings() -> Result<AppBroadcastProviderSettings>
pub fn ApplyProviderSettings<P0>(value: P0) -> Result<()>where
P0: Param<AppBroadcastProviderSettings>,
Auto Trait Implementations§
impl Freeze for AppBroadcastManager
impl RefUnwindSafe for AppBroadcastManager
impl Send for AppBroadcastManager
impl Sync for AppBroadcastManager
impl Unpin for AppBroadcastManager
impl UnwindSafe for AppBroadcastManager
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