@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() |
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) |
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; useful for testing and debugging.
|
FileSourceSettings |
withConvert608To708(FileSourceConvert608To708 convert608To708) |
FileSourceSettings |
withConvert608To708(String convert608To708) |
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 - FileSourceConvert608To708public String getConvert608To708()
FileSourceConvert608To708public FileSourceSettings withConvert608To708(String convert608To708)
convert608To708 - FileSourceConvert608To708public FileSourceSettings withConvert608To708(FileSourceConvert608To708 convert608To708)
convert608To708 - 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 © 2018. All rights reserved.