Skip to content

/AWS1/CL_MDLAUDIOONLYHLSSTGS

Audio Only Hls Settings

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_audiogroupid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

Specifies the group to which the audio Rendition belongs.

io_audioonlyimage TYPE REF TO /AWS1/CL_MDLINPUTLOCATION /AWS1/CL_MDLINPUTLOCATION

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.

iv_audiotracktype TYPE /AWS1/MDLAUDIOONLYHLSTRACKTYPE /AWS1/MDLAUDIOONLYHLSTRACKTYPE

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

iv_segmenttype TYPE /AWS1/MDLAUDIOONLYHLSSEGMENT00 /AWS1/MDLAUDIOONLYHLSSEGMENT00

Specifies the segment type.


Queryable Attributes

AudioGroupId

Specifies the group to which the audio Rendition belongs.

Accessible with the following methods

Method Description
GET_AUDIOGROUPID() Getter for AUDIOGROUPID, with configurable default
ASK_AUDIOGROUPID() Getter for AUDIOGROUPID w/ exceptions if field has no value
HAS_AUDIOGROUPID() Determine if AUDIOGROUPID has a value

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.

Accessible with the following methods

Method Description
GET_AUDIOONLYIMAGE() Getter for AUDIOONLYIMAGE

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

Accessible with the following methods

Method Description
GET_AUDIOTRACKTYPE() Getter for AUDIOTRACKTYPE, with configurable default
ASK_AUDIOTRACKTYPE() Getter for AUDIOTRACKTYPE w/ exceptions if field has no valu
HAS_AUDIOTRACKTYPE() Determine if AUDIOTRACKTYPE has a value

SegmentType

Specifies the segment type.

Accessible with the following methods

Method Description
GET_SEGMENTTYPE() Getter for SEGMENTTYPE, with configurable default
ASK_SEGMENTTYPE() Getter for SEGMENTTYPE w/ exceptions if field has no value
HAS_SEGMENTTYPE() Determine if SEGMENTTYPE has a value