amazonka-mediapackage-2.0: Amazon Elemental MediaPackage SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaPackage.Types.DashPackage

Description

 
Synopsis

Documentation

data DashPackage Source #

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

See: newDashPackage smart constructor.

Constructors

DashPackage' 

Fields

  • adTriggers :: Maybe [AdTriggersElement]
     
  • adsOnDeliveryRestrictions :: Maybe AdsOnDeliveryRestrictions
     
  • encryption :: Maybe DashEncryption
     
  • includeIframeOnlyStream :: Maybe Bool

    When enabled, an I-Frame only stream will be included in the output.

  • manifestLayout :: Maybe 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.

  • manifestWindowSeconds :: Maybe Int

    Time window (in seconds) contained in each manifest.

  • minBufferTimeSeconds :: Maybe Int

    Minimum duration (in seconds) that a player will buffer media before starting the presentation.

  • minUpdatePeriodSeconds :: Maybe Int

    Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).

  • periodTriggers :: Maybe [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 :: Maybe Profile

    The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.

  • segmentDurationSeconds :: Maybe Int

    Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

  • segmentTemplateFormat :: Maybe 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.

  • streamSelection :: Maybe StreamSelection
     
  • suggestedPresentationDelaySeconds :: Maybe Int

    Duration (in seconds) to delay live content before presentation.

  • utcTiming :: Maybe UtcTiming

    Determines the type of UTCTiming included in the Media Presentation Description (MPD)

  • utcTimingUri :: Maybe Text

    Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE

Instances

Instances details
FromJSON DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

ToJSON DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

Generic DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

Associated Types

type Rep DashPackage :: Type -> Type #

Read DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

Show DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

NFData DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

Methods

rnf :: DashPackage -> () #

Eq DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

Hashable DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

type Rep DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashPackage

type Rep DashPackage = D1 ('MetaData "DashPackage" "Amazonka.MediaPackage.Types.DashPackage" "amazonka-mediapackage-2.0-Ht5BbgvzDNJCrSLrgDmB6l" 'False) (C1 ('MetaCons "DashPackage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "adTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdTriggersElement])) :*: S1 ('MetaSel ('Just "adsOnDeliveryRestrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdsOnDeliveryRestrictions))) :*: (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashEncryption)) :*: S1 ('MetaSel ('Just "includeIframeOnlyStream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "manifestLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestLayout)) :*: S1 ('MetaSel ('Just "manifestWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "minBufferTimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minUpdatePeriodSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "periodTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PeriodTriggersElement])) :*: S1 ('MetaSel ('Just "profile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Profile))) :*: (S1 ('MetaSel ('Just "segmentDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "segmentTemplateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SegmentTemplateFormat)))) :*: ((S1 ('MetaSel ('Just "streamSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamSelection)) :*: S1 ('MetaSel ('Just "suggestedPresentationDelaySeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "utcTiming") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UtcTiming)) :*: S1 ('MetaSel ('Just "utcTimingUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDashPackage :: DashPackage Source #

Create a value of DashPackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adTriggers:DashPackage', dashPackage_adTriggers - Undocumented member.

$sel:adsOnDeliveryRestrictions:DashPackage', dashPackage_adsOnDeliveryRestrictions - Undocumented member.

$sel:encryption:DashPackage', dashPackage_encryption - Undocumented member.

$sel:includeIframeOnlyStream:DashPackage', dashPackage_includeIframeOnlyStream - When enabled, an I-Frame only stream will be included in the output.

$sel:manifestLayout:DashPackage', dashPackage_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.

$sel:manifestWindowSeconds:DashPackage', dashPackage_manifestWindowSeconds - Time window (in seconds) contained in each manifest.

$sel:minBufferTimeSeconds:DashPackage', dashPackage_minBufferTimeSeconds - Minimum duration (in seconds) that a player will buffer media before starting the presentation.

$sel:minUpdatePeriodSeconds:DashPackage', dashPackage_minUpdatePeriodSeconds - Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).

$sel:periodTriggers:DashPackage', dashPackage_periodTriggers - 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.

$sel:profile:DashPackage', dashPackage_profile - The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.

$sel:segmentDurationSeconds:DashPackage', dashPackage_segmentDurationSeconds - Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

$sel:segmentTemplateFormat:DashPackage', dashPackage_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.

$sel:streamSelection:DashPackage', dashPackage_streamSelection - Undocumented member.

$sel:suggestedPresentationDelaySeconds:DashPackage', dashPackage_suggestedPresentationDelaySeconds - Duration (in seconds) to delay live content before presentation.

$sel:utcTiming:DashPackage', dashPackage_utcTiming - Determines the type of UTCTiming included in the Media Presentation Description (MPD)

$sel:utcTimingUri:DashPackage', dashPackage_utcTimingUri - Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE

dashPackage_includeIframeOnlyStream :: Lens' DashPackage (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

dashPackage_manifestLayout :: Lens' DashPackage (Maybe ManifestLayout) Source #

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.

dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int) Source #

Time window (in seconds) contained in each manifest.

dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int) Source #

Minimum duration (in seconds) that a player will buffer media before starting the presentation.

dashPackage_minUpdatePeriodSeconds :: Lens' DashPackage (Maybe Int) Source #

Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).

dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement]) Source #

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.

dashPackage_profile :: Lens' DashPackage (Maybe Profile) Source #

The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.

dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int) Source #

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat) Source #

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.

dashPackage_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int) Source #

Duration (in seconds) to delay live content before presentation.

dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming) Source #

Determines the type of UTCTiming included in the Media Presentation Description (MPD)

dashPackage_utcTimingUri :: Lens' DashPackage (Maybe Text) Source #

Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE