amazonka-medialive-2.0: Amazon Elemental MediaLive 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.MediaLive.Types.AudioOnlyHlsSettings

Description

 
Synopsis

Documentation

data AudioOnlyHlsSettings Source #

Audio Only Hls Settings

See: newAudioOnlyHlsSettings smart constructor.

Constructors

AudioOnlyHlsSettings' 

Fields

  • audioGroupId :: Maybe Text

    Specifies the group to which the audio Rendition belongs.

  • audioOnlyImage :: Maybe InputLocation

    Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth. The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.

  • audioTrackType :: Maybe AudioOnlyHlsTrackType

    Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO

  • segmentType :: Maybe AudioOnlyHlsSegmentType

    Specifies the segment type.

Instances

Instances details
FromJSON AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

ToJSON AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Generic AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Associated Types

type Rep AudioOnlyHlsSettings :: Type -> Type #

Read AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Show AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

NFData AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Methods

rnf :: AudioOnlyHlsSettings -> () #

Eq AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Hashable AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

type Rep AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

type Rep AudioOnlyHlsSettings = D1 ('MetaData "AudioOnlyHlsSettings" "Amazonka.MediaLive.Types.AudioOnlyHlsSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "AudioOnlyHlsSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "audioGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "audioOnlyImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLocation))) :*: (S1 ('MetaSel ('Just "audioTrackType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioOnlyHlsTrackType)) :*: S1 ('MetaSel ('Just "segmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioOnlyHlsSegmentType)))))

newAudioOnlyHlsSettings :: AudioOnlyHlsSettings Source #

Create a value of AudioOnlyHlsSettings 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:audioGroupId:AudioOnlyHlsSettings', audioOnlyHlsSettings_audioGroupId - Specifies the group to which the audio Rendition belongs.

$sel:audioOnlyImage:AudioOnlyHlsSettings', audioOnlyHlsSettings_audioOnlyImage - Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth. The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.

$sel:audioTrackType:AudioOnlyHlsSettings', audioOnlyHlsSettings_audioTrackType - Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO

$sel:segmentType:AudioOnlyHlsSettings', audioOnlyHlsSettings_segmentType - Specifies the segment type.

audioOnlyHlsSettings_audioGroupId :: Lens' AudioOnlyHlsSettings (Maybe Text) Source #

Specifies the group to which the audio Rendition belongs.

audioOnlyHlsSettings_audioOnlyImage :: Lens' AudioOnlyHlsSettings (Maybe InputLocation) Source #

Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth. The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.

audioOnlyHlsSettings_audioTrackType :: Lens' AudioOnlyHlsSettings (Maybe AudioOnlyHlsTrackType) Source #

Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO