Struct livekit_api::services::egress::WebOptions
source · pub struct WebOptions {
pub encoding: EncodingOptions,
pub audio_only: bool,
pub video_only: bool,
pub await_start_signal: bool,
}Fields§
§encoding: EncodingOptions§audio_only: bool§video_only: bool§await_start_signal: boolTrait Implementations§
source§impl Clone for WebOptions
impl Clone for WebOptions
source§fn clone(&self) -> WebOptions
fn clone(&self) -> WebOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WebOptions
impl Debug for WebOptions
source§impl Default for WebOptions
impl Default for WebOptions
source§fn default() -> WebOptions
fn default() -> WebOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WebOptions
impl Send for WebOptions
impl Sync for WebOptions
impl Unpin for WebOptions
impl UnwindSafe for WebOptions
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