@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioOnlyHlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioOnlyHlsSettings() |
Modifier and Type | Method and Description |
---|---|
AudioOnlyHlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioGroupId()
Specifies the group to which the audio Rendition belongs.
|
InputLocation |
getAudioOnlyImage()
Optional.
|
String |
getAudioTrackType()
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
String |
getSegmentType()
Specifies the segment type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
void |
setAudioOnlyImage(InputLocation audioOnlyImage)
Optional.
|
void |
setAudioTrackType(String audioTrackType)
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
void |
setSegmentType(String segmentType)
Specifies the segment type.
|
String |
toString()
Returns a string representation of this object.
|
AudioOnlyHlsSettings |
withAudioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
AudioOnlyHlsSettings |
withAudioOnlyImage(InputLocation audioOnlyImage)
Optional.
|
AudioOnlyHlsSettings |
withAudioTrackType(AudioOnlyHlsTrackType audioTrackType)
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
AudioOnlyHlsSettings |
withAudioTrackType(String audioTrackType)
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
AudioOnlyHlsSettings |
withSegmentType(AudioOnlyHlsSegmentType segmentType)
Specifies the segment type.
|
AudioOnlyHlsSettings |
withSegmentType(String segmentType)
Specifies the segment type.
|
public void setAudioGroupId(String audioGroupId)
audioGroupId
- Specifies the group to which the audio Rendition belongs.public String getAudioGroupId()
public AudioOnlyHlsSettings withAudioGroupId(String audioGroupId)
audioGroupId
- Specifies the group to which the audio Rendition belongs.public void setAudioOnlyImage(InputLocation audioOnlyImage)
audioOnlyImage
- Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend
a low bit-size file because the image increases the output audio bandwidth.
The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the
"ID3 tag version 2.4.0 - Native Frames" standard.public InputLocation getAudioOnlyImage()
public AudioOnlyHlsSettings withAudioOnlyImage(InputLocation audioOnlyImage)
audioOnlyImage
- Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend
a low bit-size file because the image increases the output audio bandwidth.
The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the
"ID3 tag version 2.4.0 - Native Frames" standard.public void setAudioTrackType(String audioTrackType)
audioTrackType
- Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in
low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.
Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES
Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES
Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default.
Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NOAudioOnlyHlsTrackType
public String getAudioTrackType()
AudioOnlyHlsTrackType
public AudioOnlyHlsSettings withAudioTrackType(String audioTrackType)
audioTrackType
- Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in
low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.
Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES
Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES
Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default.
Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NOAudioOnlyHlsTrackType
public AudioOnlyHlsSettings withAudioTrackType(AudioOnlyHlsTrackType audioTrackType)
audioTrackType
- Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in
low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.
Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES
Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by
default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES
Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default.
Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NOAudioOnlyHlsTrackType
public void setSegmentType(String segmentType)
segmentType
- Specifies the segment type.AudioOnlyHlsSegmentType
public String getSegmentType()
AudioOnlyHlsSegmentType
public AudioOnlyHlsSettings withSegmentType(String segmentType)
segmentType
- Specifies the segment type.AudioOnlyHlsSegmentType
public AudioOnlyHlsSettings withSegmentType(AudioOnlyHlsSegmentType segmentType)
segmentType
- Specifies the segment type.AudioOnlyHlsSegmentType
public String toString()
toString
in class Object
Object.toString()
public AudioOnlyHlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.