@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsManifest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsManifest() |
Modifier and Type | Method and Description |
---|---|
HlsManifest |
clone() |
boolean |
equals(Object obj) |
String |
getAdMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
Boolean |
getIncludeIframeOnlyStream()
When enabled, an I-Frame only stream will be included in the output.
|
String |
getManifestName()
An optional string to include in the name of the manifest.
|
Integer |
getProgramDateTimeIntervalSeconds()
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
Boolean |
getRepeatExtXKey()
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
StreamSelection |
getStreamSelection() |
int |
hashCode() |
Boolean |
isIncludeIframeOnlyStream()
When enabled, an I-Frame only stream will be included in the output.
|
Boolean |
isRepeatExtXKey()
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdMarkers(String adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
void |
setIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
When enabled, an I-Frame only stream will be included in the output.
|
void |
setManifestName(String manifestName)
An optional string to include in the name of the manifest.
|
void |
setProgramDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
void |
setRepeatExtXKey(Boolean repeatExtXKey)
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
void |
setStreamSelection(StreamSelection streamSelection) |
String |
toString()
Returns a string representation of this object.
|
HlsManifest |
withAdMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest |
withAdMarkers(String adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest |
withIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
When enabled, an I-Frame only stream will be included in the output.
|
HlsManifest |
withManifestName(String manifestName)
An optional string to include in the name of the manifest.
|
HlsManifest |
withProgramDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
HlsManifest |
withRepeatExtXKey(Boolean repeatExtXKey)
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
HlsManifest |
withStreamSelection(StreamSelection streamSelection) |
public void setAdMarkers(String adMarkers)
adMarkers
- This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all
SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED"
generates ad markers and blackout tags based on SCTE-35 messages in the input source.AdMarkers
public String getAdMarkers()
AdMarkers
public HlsManifest withAdMarkers(String adMarkers)
adMarkers
- This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all
SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED"
generates ad markers and blackout tags based on SCTE-35 messages in the input source.AdMarkers
public HlsManifest withAdMarkers(AdMarkers adMarkers)
adMarkers
- This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all
SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED"
generates ad markers and blackout tags based on SCTE-35 messages in the input source.AdMarkers
public void setIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.public Boolean getIncludeIframeOnlyStream()
public HlsManifest withIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.public Boolean isIncludeIframeOnlyStream()
public void setManifestName(String manifestName)
manifestName
- An optional string to include in the name of the manifest.public String getManifestName()
public HlsManifest withManifestName(String manifestName)
manifestName
- An optional string to include in the name of the manifest.public void setProgramDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally,
when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the
ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME
tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that
irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it
will be passed through to HLS output.public Integer getProgramDateTimeIntervalSeconds()
public HlsManifest withProgramDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally,
when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the
ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME
tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that
irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it
will be passed through to HLS output.public void setRepeatExtXKey(Boolean repeatExtXKey)
repeatExtXKey
- When enabled, the EXT-X-KEY tag will be repeated in output manifests.public Boolean getRepeatExtXKey()
public HlsManifest withRepeatExtXKey(Boolean repeatExtXKey)
repeatExtXKey
- When enabled, the EXT-X-KEY tag will be repeated in output manifests.public Boolean isRepeatExtXKey()
public void setStreamSelection(StreamSelection streamSelection)
streamSelection
- public StreamSelection getStreamSelection()
public HlsManifest withStreamSelection(StreamSelection streamSelection)
streamSelection
- public String toString()
toString
in class Object
Object.toString()
public HlsManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.