pub(super) struct ReceiverVideoRouteInput<'a> {
pub(super) user_count: usize,
pub(super) source: &'a PublishedSourceDescriptor,
pub(super) key: &'a SubscriptionKey,
pub(super) route: &'a TransportConsumerRoute,
pub(super) current_selection: ConsumerSourceSelection,
pub(super) layout_role: SourceRoomPolicySelector,
pub(super) visible_scalable_route_count: usize,
pub(super) active_speaker_rank: Option<usize>,
pub(super) receiver_bandwidth: Option<Bitrate>,
pub(super) source_bitrate: Option<Bitrate>,
pub(super) audio_budget_reserve: Bitrate,
}Fields§
§user_count: usize§source: &'a PublishedSourceDescriptor§key: &'a SubscriptionKey§route: &'a TransportConsumerRoute§current_selection: ConsumerSourceSelection§layout_role: SourceRoomPolicySelector§visible_scalable_route_count: usize§active_speaker_rank: Option<usize>§receiver_bandwidth: Option<Bitrate>§source_bitrate: Option<Bitrate>§audio_budget_reserve: BitrateTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReceiverVideoRouteInput<'a>
impl<'a> RefUnwindSafe for ReceiverVideoRouteInput<'a>
impl<'a> Send for ReceiverVideoRouteInput<'a>
impl<'a> Sync for ReceiverVideoRouteInput<'a>
impl<'a> Unpin for ReceiverVideoRouteInput<'a>
impl<'a> UnsafeUnpin for ReceiverVideoRouteInput<'a>
impl<'a> UnwindSafe for ReceiverVideoRouteInput<'a>
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
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more