@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioDolbyEDecode extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AudioDolbyEDecode() |
| Modifier and Type | Method and Description |
|---|---|
AudioDolbyEDecode |
clone() |
boolean |
equals(Object obj) |
String |
getProgramSelection()
Applies only to Dolby E.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProgramSelection(String programSelection)
Applies only to Dolby E.
|
String |
toString()
Returns a string representation of this object.
|
AudioDolbyEDecode |
withProgramSelection(DolbyEProgramSelection programSelection)
Applies only to Dolby E.
|
AudioDolbyEDecode |
withProgramSelection(String programSelection)
Applies only to Dolby E.
|
public void setProgramSelection(String programSelection)
programSelection - Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E
program to extract from the specified track. One program extracted per audio selector. To select multiple
programs, create multiple selectors with the same Track and different Program numbers. “All channels”
means to ignore the program IDs and include all the channels in this selector; useful if metadata is known
to be incorrect.DolbyEProgramSelectionpublic String getProgramSelection()
DolbyEProgramSelectionpublic AudioDolbyEDecode withProgramSelection(String programSelection)
programSelection - Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E
program to extract from the specified track. One program extracted per audio selector. To select multiple
programs, create multiple selectors with the same Track and different Program numbers. “All channels”
means to ignore the program IDs and include all the channels in this selector; useful if metadata is known
to be incorrect.DolbyEProgramSelectionpublic AudioDolbyEDecode withProgramSelection(DolbyEProgramSelection programSelection)
programSelection - Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E
program to extract from the specified track. One program extracted per audio selector. To select multiple
programs, create multiple selectors with the same Track and different Program numbers. “All channels”
means to ignore the program IDs and include all the channels in this selector; useful if metadata is known
to be incorrect.DolbyEProgramSelectionpublic String toString()
toString in class ObjectObject.toString()public AudioDolbyEDecode clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.