Struct aws_sdk_chime::types::SelectedVideoStreams
source · #[non_exhaustive]pub struct SelectedVideoStreams { /* private fields */ }Expand description
The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.
Implementations§
source§impl SelectedVideoStreams
impl SelectedVideoStreams
sourcepub fn attendee_ids(&self) -> Option<&[String]>
pub fn attendee_ids(&self) -> Option<&[String]>
The attendee IDs of the streams selected for a media capture pipeline.
sourcepub fn external_user_ids(&self) -> Option<&[String]>
pub fn external_user_ids(&self) -> Option<&[String]>
The external user IDs of the streams selected for a media capture pipeline.
source§impl SelectedVideoStreams
impl SelectedVideoStreams
sourcepub fn builder() -> SelectedVideoStreamsBuilder
pub fn builder() -> SelectedVideoStreamsBuilder
Creates a new builder-style object to manufacture SelectedVideoStreams.
Trait Implementations§
source§impl Clone for SelectedVideoStreams
impl Clone for SelectedVideoStreams
source§fn clone(&self) -> SelectedVideoStreams
fn clone(&self) -> SelectedVideoStreams
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 SelectedVideoStreams
impl Debug for SelectedVideoStreams
source§impl PartialEq<SelectedVideoStreams> for SelectedVideoStreams
impl PartialEq<SelectedVideoStreams> for SelectedVideoStreams
source§fn eq(&self, other: &SelectedVideoStreams) -> bool
fn eq(&self, other: &SelectedVideoStreams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SelectedVideoStreams
Auto Trait Implementations§
impl RefUnwindSafe for SelectedVideoStreams
impl Send for SelectedVideoStreams
impl Sync for SelectedVideoStreams
impl Unpin for SelectedVideoStreams
impl UnwindSafe for SelectedVideoStreams
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