Struct aws_sdk_mediapackage::model::StreamSelection [−][src]
#[non_exhaustive]pub struct StreamSelection {
pub max_video_bits_per_second: i32,
pub min_video_bits_per_second: i32,
pub stream_order: Option<StreamOrder>,
}
Expand description
A StreamSelection configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.max_video_bits_per_second: i32
The maximum video bitrate (bps) to include in output.
min_video_bits_per_second: i32
The minimum video bitrate (bps) to include in output.
stream_order: Option<StreamOrder>
A directive that determines the order of streams in the output.
Implementations
The maximum video bitrate (bps) to include in output.
The minimum video bitrate (bps) to include in output.
A directive that determines the order of streams in the output.
Creates a new builder-style object to manufacture StreamSelection
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StreamSelection
impl Send for StreamSelection
impl Sync for StreamSelection
impl Unpin for StreamSelection
impl UnwindSafe for StreamSelection
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more