HlsManifest.Builder |
HlsManifest.Builder.adMarkers(String adMarkers) |
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest.Builder |
HlsManifest.Builder.adMarkers(AdMarkers adMarkers) |
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
static HlsManifest.Builder |
HlsManifest.builder() |
|
HlsManifest.Builder |
HlsManifest.Builder.includeIframeOnlyStream(Boolean includeIframeOnlyStream) |
When enabled, an I-Frame only stream will be included in the output.
|
HlsManifest.Builder |
HlsManifest.Builder.manifestName(String manifestName) |
An optional string to include in the name of the manifest.
|
HlsManifest.Builder |
HlsManifest.Builder.programDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds) |
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
HlsManifest.Builder |
HlsManifest.Builder.repeatExtXKey(Boolean repeatExtXKey) |
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
default HlsManifest.Builder |
HlsManifest.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection) |
Sets the value of the StreamSelection property for this object.
|
HlsManifest.Builder |
HlsManifest.Builder.streamSelection(StreamSelection streamSelection) |
Sets the value of the StreamSelection property for this object.
|
HlsManifest.Builder |
HlsManifest.toBuilder() |
|