Struct aws_sdk_mediapackage::types::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() -> StreamSelectionBuilder
 
pub fn builder() -> StreamSelectionBuilder
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 ==.impl StructuralPartialEq for StreamSelection
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§
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