@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)
Marshalls this structured data using the given
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
- FileSourceConvert608To708
public String getConvert608To708()
FileSourceConvert608To708
public FileSourceSettings withConvert608To708(String convert608To708)
convert608To708
- FileSourceConvert608To708
public FileSourceSettings withConvert608To708(FileSourceConvert608To708 convert608To708)
convert608To708
- FileSourceConvert608To708
public void setSourceFile(String sourceFile)
sourceFile
- External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp',
'stl', 'srt', and 'smi'. Auto-populated when Infer External Filename is checked.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'. Auto-populated when Infer External Filename is checked.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.