Class TrackSourceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.TrackSourceSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TrackSourceSettings.Builder,TrackSourceSettings>
@Generated("software.amazon.awssdk:codegen") public final class TrackSourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrackSourceSettings.Builder,TrackSourceSettings>
Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TrackSourceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrackSourceSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends TrackSourceSettings.Builder>
serializableBuilderClass()
TrackSourceSettings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.Integer
trackNumber()
Use this setting to select a single captions track from a source.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
trackNumber
public final Integer 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.- Returns:
- 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.
-
toBuilder
public TrackSourceSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TrackSourceSettings.Builder,TrackSourceSettings>
-
builder
public static TrackSourceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrackSourceSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-