@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()
If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
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) |
void |
setConvert608To708(String convert608To708)
If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
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)
If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
FileSourceSettings |
withConvert608To708(String convert608To708)
If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
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 - If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of
the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.FileSourceConvert608To708public String getConvert608To708()
FileSourceConvert608To708public FileSourceSettings withConvert608To708(String convert608To708)
convert608To708 - If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of
the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.FileSourceConvert608To708public FileSourceSettings withConvert608To708(FileSourceConvert608To708 convert608To708)
convert608To708 - If set to UPCONVERT, 608 caption data is both passed through via the "608 compatibility bytes" fields of
the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.FileSourceConvert608To708public void setSourceFile(String sourceFile)
sourceFile - External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp',
'stl', 'srt', 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', 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 ObjectObject.toString()public FileSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.