DashPackage class
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
Constructors
-
DashPackage({List<
AdTriggersElement> ? adTriggers, AdsOnDeliveryRestrictions? adsOnDeliveryRestrictions, DashEncryption? encryption, ManifestLayout? manifestLayout, int? manifestWindowSeconds, int? minBufferTimeSeconds, int? minUpdatePeriodSeconds, List<PeriodTriggersElement> ? periodTriggers, Profile? profile, int? segmentDurationSeconds, SegmentTemplateFormat? segmentTemplateFormat, StreamSelection? streamSelection, int? suggestedPresentationDelaySeconds, UtcTiming? utcTiming, String? utcTimingUri}) -
DashPackage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adsOnDeliveryRestrictions → AdsOnDeliveryRestrictions?
-
final
-
adTriggers
→ List<
AdTriggersElement> ? -
final
- encryption → DashEncryption?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manifestLayout → 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.
final
- manifestWindowSeconds → int?
-
Time window (in seconds) contained in each manifest.
final
- minBufferTimeSeconds → int?
-
Minimum duration (in seconds) that a player will buffer media before
starting the presentation.
final
- minUpdatePeriodSeconds → int?
-
Minimum duration (in seconds) between potential changes to the Dynamic
Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
final
-
periodTriggers
→ List<
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.
final
- profile → Profile?
-
The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to
"HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentDurationSeconds → int?
-
Duration (in seconds) of each segment. Actual segments will be
rounded to the nearest multiple of the source segment duration.
final
- segmentTemplateFormat → 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.
final
- streamSelection → StreamSelection?
-
final
- suggestedPresentationDelaySeconds → int?
-
Duration (in seconds) to delay live content before presentation.
final
- utcTiming → UtcTiming?
-
Determines the type of UTCTiming included in the Media Presentation
Description (MPD)
final
- utcTimingUri → String?
-
Specifies the value attribute of the UTCTiming field when utcTiming is set
to HTTP-ISO or HTTP-HEAD
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited