Struct aws_sdk_mediapackage::model::CmafPackageCreateOrUpdateParameters [−][src]
#[non_exhaustive]pub struct CmafPackageCreateOrUpdateParameters {
pub encryption: Option<CmafEncryption>,
pub hls_manifests: Option<Vec<HlsManifestCreateOrUpdateParameters>>,
pub segment_duration_seconds: i32,
pub segment_prefix: Option<String>,
pub stream_selection: Option<StreamSelection>,
}
Expand description
A Common Media Application Format (CMAF) 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<CmafEncryption>
A Common Media Application Format (CMAF) encryption configuration.
hls_manifests: Option<Vec<HlsManifestCreateOrUpdateParameters>>
A list of HLS manifest configurations
segment_duration_seconds: i32
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
segment_prefix: Option<String>
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
stream_selection: Option<StreamSelection>
A StreamSelection configuration.
Implementations
A Common Media Application Format (CMAF) encryption configuration.
A list of HLS manifest configurations
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
A StreamSelection configuration.
Creates a new builder-style object to manufacture CmafPackageCreateOrUpdateParameters
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 Send for CmafPackageCreateOrUpdateParameters
impl Sync for CmafPackageCreateOrUpdateParameters
impl Unpin for CmafPackageCreateOrUpdateParameters
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