public static interface HlsSettings.Builder extends SdkPojo, CopyableBuilder<HlsSettings.Builder,HlsSettings>
Modifier and Type | Method and Description |
---|---|
HlsSettings.Builder |
audioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
HlsSettings.Builder |
audioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
HlsSettings.Builder |
audioTrackType(HlsAudioTrackType 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.
|
HlsSettings.Builder |
audioTrackType(String 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.
|
HlsSettings.Builder |
iFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest
|
HlsSettings.Builder |
iFrameOnlyManifest(String iFrameOnlyManifest)
When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest
|
HlsSettings.Builder |
segmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
copy
applyMutation, build
HlsSettings.Builder audioGroupId(String audioGroupId)
audioGroupId
- Specifies the group to which the audio Rendition belongs.HlsSettings.Builder audioRenditionSets(String audioRenditionSets)
audioRenditionSets
- List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs
that are associated to the video, separate by ','.HlsSettings.Builder audioTrackType(String audioTrackType)
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=NOHlsAudioTrackType
,
HlsAudioTrackType
HlsSettings.Builder audioTrackType(HlsAudioTrackType audioTrackType)
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=NOHlsAudioTrackType
,
HlsAudioTrackType
HlsSettings.Builder iFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest
- When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifestHlsIFrameOnlyManifest
,
HlsIFrameOnlyManifest
HlsSettings.Builder iFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
iFrameOnlyManifest
- When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifestHlsIFrameOnlyManifest
,
HlsIFrameOnlyManifest
HlsSettings.Builder segmentModifier(String segmentModifier)
segmentModifier
- String concatenated to end of segment filenames. Accepts
"Format Identifiers":#format_identifier_parameters.Copyright © 2019. All rights reserved.