@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsPackage extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsPackage() |
Modifier and Type | Method and Description |
---|---|
HlsPackage |
clone() |
boolean |
equals(Object obj) |
HlsEncryption |
getEncryption() |
List<HlsManifest> |
getHlsManifests()
A list of HLS manifest configurations.
|
Boolean |
getIncludeDvbSubtitles()
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
Integer |
getSegmentDurationSeconds()
Duration (in seconds) of each fragment.
|
Boolean |
getUseAudioRenditionGroup()
When enabled, audio streams will be placed in rendition groups in the output.
|
int |
hashCode() |
Boolean |
isIncludeDvbSubtitles()
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
Boolean |
isUseAudioRenditionGroup()
When enabled, audio streams will be placed in rendition groups in the output.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryption(HlsEncryption encryption) |
void |
setHlsManifests(Collection<HlsManifest> hlsManifests)
A list of HLS manifest configurations.
|
void |
setIncludeDvbSubtitles(Boolean includeDvbSubtitles)
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
void |
setSegmentDurationSeconds(Integer segmentDurationSeconds)
Duration (in seconds) of each fragment.
|
void |
setUseAudioRenditionGroup(Boolean useAudioRenditionGroup)
When enabled, audio streams will be placed in rendition groups in the output.
|
String |
toString()
Returns a string representation of this object.
|
HlsPackage |
withEncryption(HlsEncryption encryption) |
HlsPackage |
withHlsManifests(Collection<HlsManifest> hlsManifests)
A list of HLS manifest configurations.
|
HlsPackage |
withHlsManifests(HlsManifest... hlsManifests)
A list of HLS manifest configurations.
|
HlsPackage |
withIncludeDvbSubtitles(Boolean includeDvbSubtitles)
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
HlsPackage |
withSegmentDurationSeconds(Integer segmentDurationSeconds)
Duration (in seconds) of each fragment.
|
HlsPackage |
withUseAudioRenditionGroup(Boolean useAudioRenditionGroup)
When enabled, audio streams will be placed in rendition groups in the output.
|
public void setEncryption(HlsEncryption encryption)
encryption
- public HlsEncryption getEncryption()
public HlsPackage withEncryption(HlsEncryption encryption)
encryption
- public List<HlsManifest> getHlsManifests()
public void setHlsManifests(Collection<HlsManifest> hlsManifests)
hlsManifests
- A list of HLS manifest configurations.public HlsPackage withHlsManifests(HlsManifest... hlsManifests)
NOTE: This method appends the values to the existing list (if any). Use
setHlsManifests(java.util.Collection)
or withHlsManifests(java.util.Collection)
if you want to
override the existing values.
hlsManifests
- A list of HLS manifest configurations.public HlsPackage withHlsManifests(Collection<HlsManifest> hlsManifests)
hlsManifests
- A list of HLS manifest configurations.public void setIncludeDvbSubtitles(Boolean includeDvbSubtitles)
includeDvbSubtitles
- When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.public Boolean getIncludeDvbSubtitles()
public HlsPackage withIncludeDvbSubtitles(Boolean includeDvbSubtitles)
includeDvbSubtitles
- When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.public Boolean isIncludeDvbSubtitles()
public void setSegmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds
- Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the
source fragment duration.public Integer getSegmentDurationSeconds()
public HlsPackage withSegmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds
- Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the
source fragment duration.public void setUseAudioRenditionGroup(Boolean useAudioRenditionGroup)
useAudioRenditionGroup
- When enabled, audio streams will be placed in rendition groups in the output.public Boolean getUseAudioRenditionGroup()
public HlsPackage withUseAudioRenditionGroup(Boolean useAudioRenditionGroup)
useAudioRenditionGroup
- When enabled, audio streams will be placed in rendition groups in the output.public Boolean isUseAudioRenditionGroup()
public String toString()
toString
in class Object
Object.toString()
public HlsPackage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.