@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TrackSourceSettings() |
Modifier and Type | Method and Description |
---|---|
TrackSourceSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getTrackNumber()
Use this setting to select a single captions track from a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrackNumber(Integer trackNumber)
Use this setting to select a single captions track from a source.
|
String |
toString()
Returns a string representation of this object.
|
TrackSourceSettings |
withTrackNumber(Integer trackNumber)
Use this setting to select a single captions track from a source.
|
public void setTrackNumber(Integer trackNumber)
trackNumber
- Use this setting to select a single captions track from a source. Track numbers correspond to the order in
the captions source file. For IMF sources, track numbering is based on the order that the captions appear
in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include
more than one captions track in your job outputs, create multiple input captions selectors. Specify one
track per selector.public Integer getTrackNumber()
public TrackSourceSettings withTrackNumber(Integer trackNumber)
trackNumber
- Use this setting to select a single captions track from a source. Track numbers correspond to the order in
the captions source file. For IMF sources, track numbering is based on the order that the captions appear
in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include
more than one captions track in your job outputs, create multiple input captions selectors. Specify one
track per selector.public String toString()
toString
in class Object
Object.toString()
public TrackSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.