Struct aws_sdk_mediapackage::model::DashPackage [−][src]
#[non_exhaustive]pub struct DashPackage {Show 15 fields
pub ad_triggers: Option<Vec<AdTriggersElement>>,
pub ads_on_delivery_restrictions: Option<AdsOnDeliveryRestrictions>,
pub encryption: Option<DashEncryption>,
pub manifest_layout: Option<ManifestLayout>,
pub manifest_window_seconds: i32,
pub min_buffer_time_seconds: i32,
pub min_update_period_seconds: i32,
pub period_triggers: Option<Vec<PeriodTriggersElement>>,
pub profile: Option<Profile>,
pub segment_duration_seconds: i32,
pub segment_template_format: Option<SegmentTemplateFormat>,
pub stream_selection: Option<StreamSelection>,
pub suggested_presentation_delay_seconds: i32,
pub utc_timing: Option<UtcTiming>,
pub utc_timing_uri: Option<String>,
}
Expand description
A Dynamic Adaptive Streaming over HTTP (DASH) 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.ad_triggers: Option<Vec<AdTriggersElement>>
A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no ad markers are output. Specify multiple items to create ad markers for all of the included message types.
ads_on_delivery_restrictions: Option<AdsOnDeliveryRestrictions>
This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing “NONE” means no SCTE-35 messages become ads. Choosing “RESTRICTED” means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing “UNRESTRICTED” means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing “BOTH” means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.
encryption: Option<DashEncryption>
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
manifest_layout: Option<ManifestLayout>
Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
manifest_window_seconds: i32
Time window (in seconds) contained in each manifest.
min_buffer_time_seconds: i32
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
min_update_period_seconds: i32
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
period_triggers: Option<Vec<PeriodTriggersElement>>
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains “ADS”, new periods will be created where the Channel source contains SCTE-35 ad markers.
profile: Option<Profile>
The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to “HBBTV_1_5”, HbbTV 1.5 compliant output is enabled.
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_template_format: Option<SegmentTemplateFormat>
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
stream_selection: Option<StreamSelection>
A StreamSelection configuration.
suggested_presentation_delay_seconds: i32
Duration (in seconds) to delay live content before presentation.
utc_timing: Option<UtcTiming>
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
utc_timing_uri: Option<String>
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
Implementations
A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no ad markers are output. Specify multiple items to create ad markers for all of the included message types.
This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing “NONE” means no SCTE-35 messages become ads. Choosing “RESTRICTED” means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing “UNRESTRICTED” means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing “BOTH” means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
Time window (in seconds) contained in each manifest.
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains “ADS”, new periods will be created where the Channel source contains SCTE-35 ad markers.
The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to “HBBTV_1_5”, HbbTV 1.5 compliant output is enabled.
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
A StreamSelection configuration.
Duration (in seconds) to delay live content before presentation.
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
Creates a new builder-style object to manufacture DashPackage
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 DashPackage
impl Send for DashPackage
impl Sync for DashPackage
impl Unpin for DashPackage
impl UnwindSafe for DashPackage
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