public static interface HlsPlaylistSettings.Builder extends SdkPojo, CopyableBuilder<HlsPlaylistSettings.Builder,HlsPlaylistSettings>
| Modifier and Type | Method and Description |
|---|---|
HlsPlaylistSettings.Builder |
adMarkupType(AdMarkupType... adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
HlsPlaylistSettings.Builder |
adMarkupType(Collection<AdMarkupType> adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
HlsPlaylistSettings.Builder |
adMarkupTypeWithStrings(Collection<String> adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
HlsPlaylistSettings.Builder |
adMarkupTypeWithStrings(String... adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
HlsPlaylistSettings.Builder |
manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHlsPlaylistSettings.Builder adMarkupTypeWithStrings(Collection<String> adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
adMarkupType - Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).HlsPlaylistSettings.Builder adMarkupTypeWithStrings(String... adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
adMarkupType - Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).HlsPlaylistSettings.Builder adMarkupType(Collection<AdMarkupType> adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
adMarkupType - Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).HlsPlaylistSettings.Builder adMarkupType(AdMarkupType... adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
adMarkupType - Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use
DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use
EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).HlsPlaylistSettings.Builder manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value:
3600 seconds.
manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum
value: 3600 seconds.Copyright © 2023. All rights reserved.