Struct aws_sdk_mediapackage::model::StreamSelection
source · #[non_exhaustive]pub struct StreamSelection { /* private fields */ }
Expand description
A StreamSelection configuration.
Implementations§
source§impl StreamSelection
impl StreamSelection
sourcepub fn max_video_bits_per_second(&self) -> i32
pub fn max_video_bits_per_second(&self) -> i32
The maximum video bitrate (bps) to include in output.
sourcepub fn min_video_bits_per_second(&self) -> i32
pub fn min_video_bits_per_second(&self) -> i32
The minimum video bitrate (bps) to include in output.
sourcepub fn stream_order(&self) -> Option<&StreamOrder>
pub fn stream_order(&self) -> Option<&StreamOrder>
A directive that determines the order of streams in the output.
source§impl StreamSelection
impl StreamSelection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamSelection
.
Trait Implementations§
source§impl Clone for StreamSelection
impl Clone for StreamSelection
source§fn clone(&self) -> StreamSelection
fn clone(&self) -> StreamSelection
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 StreamSelection
impl Debug for StreamSelection
source§impl PartialEq<StreamSelection> for StreamSelection
impl PartialEq<StreamSelection> for StreamSelection
source§fn eq(&self, other: &StreamSelection) -> bool
fn eq(&self, other: &StreamSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.