@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
FileSourceSettings() |
Modifier and Type | Method and Description |
---|---|
FileSourceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getConvert608To708()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
String |
getSourceFile()
External caption file used for loading captions.
|
Integer |
getTimeDelta()
Specifies a time delta in seconds to offset the captions from the source file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConvert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
void |
setSourceFile(String sourceFile)
External caption file used for loading captions.
|
void |
setTimeDelta(Integer timeDelta)
Specifies a time delta in seconds to offset the captions from the source file.
|
String |
toString()
Returns a string representation of this object.
|
FileSourceSettings |
withConvert608To708(FileSourceConvert608To708 convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
FileSourceSettings |
withConvert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
FileSourceSettings |
withSourceFile(String sourceFile)
External caption file used for loading captions.
|
FileSourceSettings |
withTimeDelta(Integer timeDelta)
Specifies a time delta in seconds to offset the captions from the source file.
|
public void setConvert608To708(String convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data
through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data
into 708.FileSourceConvert608To708
public String getConvert608To708()
FileSourceConvert608To708
public FileSourceSettings withConvert608To708(String convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data
through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data
into 708.FileSourceConvert608To708
public FileSourceSettings withConvert608To708(FileSourceConvert608To708 convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data
through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data
into 708.FileSourceConvert608To708
public void setSourceFile(String sourceFile)
sourceFile
- External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp',
'stl', 'srt', 'xml', and 'smi'.public String getSourceFile()
public FileSourceSettings withSourceFile(String sourceFile)
sourceFile
- External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp',
'stl', 'srt', 'xml', and 'smi'.public void setTimeDelta(Integer timeDelta)
timeDelta
- Specifies a time delta in seconds to offset the captions from the source file.public Integer getTimeDelta()
public FileSourceSettings withTimeDelta(Integer timeDelta)
timeDelta
- Specifies a time delta in seconds to offset the captions from the source file.public String toString()
toString
in class Object
Object.toString()
public FileSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.