@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioTrackSelection extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AudioTrackSelection() |
| Modifier and Type | Method and Description |
|---|---|
AudioTrackSelection |
clone() |
boolean |
equals(Object obj) |
AudioDolbyEDecode |
getDolbyEDecode()
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged
with SMPTE-337
|
List<AudioTrack> |
getTracks()
Selects one or more unique audio tracks from within a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDolbyEDecode(AudioDolbyEDecode dolbyEDecode)
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged
with SMPTE-337
|
void |
setTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within a source.
|
String |
toString()
Returns a string representation of this object.
|
AudioTrackSelection |
withDolbyEDecode(AudioDolbyEDecode dolbyEDecode)
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged
with SMPTE-337
|
AudioTrackSelection |
withTracks(AudioTrack... tracks)
Selects one or more unique audio tracks from within a source.
|
AudioTrackSelection |
withTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within a source.
|
public List<AudioTrack> getTracks()
public void setTracks(Collection<AudioTrack> tracks)
tracks - Selects one or more unique audio tracks from within a source.public AudioTrackSelection withTracks(AudioTrack... tracks)
NOTE: This method appends the values to the existing list (if any). Use
setTracks(java.util.Collection) or withTracks(java.util.Collection) if you want to override the
existing values.
tracks - Selects one or more unique audio tracks from within a source.public AudioTrackSelection withTracks(Collection<AudioTrack> tracks)
tracks - Selects one or more unique audio tracks from within a source.public void setDolbyEDecode(AudioDolbyEDecode dolbyEDecode)
dolbyEDecode - Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams
tagged with SMPTE-337public AudioDolbyEDecode getDolbyEDecode()
public AudioTrackSelection withDolbyEDecode(AudioDolbyEDecode dolbyEDecode)
dolbyEDecode - Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams
tagged with SMPTE-337public String toString()
toString in class ObjectObject.toString()public AudioTrackSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.