Struct aws_sdk_mediapackage::model::MssPackage [−][src]
#[non_exhaustive]pub struct MssPackage {
pub encryption: Option<MssEncryption>,
pub manifest_window_seconds: i32,
pub segment_duration_seconds: i32,
pub stream_selection: Option<StreamSelection>,
}
Expand description
A Microsoft Smooth Streaming (MSS) packaging 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.encryption: Option<MssEncryption>
A Microsoft Smooth Streaming (MSS) encryption configuration.
manifest_window_seconds: i32
The time window (in seconds) contained in each manifest.
segment_duration_seconds: i32
The duration (in seconds) of each segment.
stream_selection: Option<StreamSelection>
A StreamSelection configuration.
Implementations
A Microsoft Smooth Streaming (MSS) encryption configuration.
The time window (in seconds) contained in each manifest.
The duration (in seconds) of each segment.
A StreamSelection configuration.
Creates a new builder-style object to manufacture MssPackage
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 MssPackage
impl Send for MssPackage
impl Sync for MssPackage
impl Unpin for MssPackage
impl UnwindSafe for MssPackage
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