libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Description

 
Synopsis

Documentation

data AudioOnlyHlsSettings Source #

Audio Only Hls Settings

See: newAudioOnlyHlsSettings smart constructor.

Constructors

AudioOnlyHlsSettings' 

Fields

  • 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.

  • segmentType :: Maybe AudioOnlyHlsSegmentType

    Specifies the segment type.

  • audioGroupId :: Maybe Text

    Specifies the group to which the audio Rendition belongs.

  • 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

Instances

Instances details
Eq AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Read AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Show 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 #

NFData AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

Methods

rnf :: AudioOnlyHlsSettings -> () #

Hashable AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

ToJSON AudioOnlyHlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioOnlyHlsSettings

FromJSON 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" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "AudioOnlyHlsSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "audioOnlyImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLocation)) :*: S1 ('MetaSel ('Just "segmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioOnlyHlsSegmentType))) :*: (S1 ('MetaSel ('Just "audioGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "audioTrackType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioOnlyHlsTrackType)))))

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: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:segmentType:AudioOnlyHlsSettings', audioOnlyHlsSettings_segmentType - Specifies the segment type.

$sel:audioGroupId:AudioOnlyHlsSettings', audioOnlyHlsSettings_audioGroupId - Specifies the group to which the audio Rendition belongs.

$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

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_audioGroupId :: Lens' AudioOnlyHlsSettings (Maybe Text) Source #

Specifies the group to which the audio Rendition belongs.

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