Struct livekit_api::services::egress::TrackCompositeOptions
source · pub struct TrackCompositeOptions {
pub encoding: EncodingOptions,
pub audio_track_id: String,
pub video_track_id: String,
}Fields§
§encoding: EncodingOptions§audio_track_id: String§video_track_id: StringTrait Implementations§
source§impl Clone for TrackCompositeOptions
impl Clone for TrackCompositeOptions
source§fn clone(&self) -> TrackCompositeOptions
fn clone(&self) -> TrackCompositeOptions
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 TrackCompositeOptions
impl Debug for TrackCompositeOptions
source§impl Default for TrackCompositeOptions
impl Default for TrackCompositeOptions
source§fn default() -> TrackCompositeOptions
fn default() -> TrackCompositeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TrackCompositeOptions
impl Send for TrackCompositeOptions
impl Sync for TrackCompositeOptions
impl Unpin for TrackCompositeOptions
impl UnwindSafe for TrackCompositeOptions
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