@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
HlsSettings() |
| Modifier and Type | Method and Description |
|---|---|
HlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioGroupId()
Specifies the group to which the audio Rendition belongs.
|
String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
String |
getAudioTrackType() |
String |
getIFrameOnlyManifest() |
String |
getSegmentModifier()
String concatenated to end of segment filenames.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAudioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
void |
setAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
void |
setAudioTrackType(String audioTrackType) |
void |
setIFrameOnlyManifest(String iFrameOnlyManifest) |
void |
setSegmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
String |
toString()
Returns a string representation of this object.
|
HlsSettings |
withAudioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
HlsSettings |
withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
HlsSettings |
withAudioTrackType(HlsAudioTrackType audioTrackType) |
HlsSettings |
withAudioTrackType(String audioTrackType) |
HlsSettings |
withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest) |
HlsSettings |
withIFrameOnlyManifest(String iFrameOnlyManifest) |
HlsSettings |
withSegmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
public void setAudioGroupId(String audioGroupId)
audioGroupId - Specifies the group to which the audio Rendition belongs.public String getAudioGroupId()
public HlsSettings withAudioGroupId(String audioGroupId)
audioGroupId - Specifies the group to which the audio Rendition belongs.public void setAudioRenditionSets(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 ','.public String getAudioRenditionSets()
public HlsSettings withAudioRenditionSets(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 ','.public void setAudioTrackType(String audioTrackType)
audioTrackType - HlsAudioTrackTypepublic String getAudioTrackType()
HlsAudioTrackTypepublic HlsSettings withAudioTrackType(String audioTrackType)
audioTrackType - HlsAudioTrackTypepublic HlsSettings withAudioTrackType(HlsAudioTrackType audioTrackType)
audioTrackType - HlsAudioTrackTypepublic void setIFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest - HlsIFrameOnlyManifestpublic String getIFrameOnlyManifest()
HlsIFrameOnlyManifestpublic HlsSettings withIFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest - HlsIFrameOnlyManifestpublic HlsSettings withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
iFrameOnlyManifest - HlsIFrameOnlyManifestpublic void setSegmentModifier(String segmentModifier)
segmentModifier - String concatenated to end of segment filenames. Accepts
"Format Identifiers":#format_identifier_parameters.public String getSegmentModifier()
public HlsSettings withSegmentModifier(String segmentModifier)
segmentModifier - String concatenated to end of segment filenames. Accepts
"Format Identifiers":#format_identifier_parameters.public String toString()
toString in class ObjectObject.toString()public HlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.