public static interface FileSourceSettings.Builder extends SdkPojo, CopyableBuilder<FileSourceSettings.Builder,FileSourceSettings>
Modifier and Type | Method and Description |
---|---|
FileSourceSettings.Builder |
convert608To708(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.Builder |
convert608To708(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.Builder |
sourceFile(String sourceFile)
External caption file used for loading captions.
|
FileSourceSettings.Builder |
timeDelta(Integer timeDelta)
Specifies a time delta in seconds to offset the captions from the source file.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FileSourceSettings.Builder convert608To708(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.FileSourceConvert608To708
,
FileSourceConvert608To708
FileSourceSettings.Builder convert608To708(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.FileSourceConvert608To708
,
FileSourceConvert608To708
FileSourceSettings.Builder sourceFile(String sourceFile)
sourceFile
- External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp',
'stl', 'srt', and 'smi'.FileSourceSettings.Builder timeDelta(Integer timeDelta)
timeDelta
- Specifies a time delta in seconds to offset the captions from the source file.Copyright © 2019. All rights reserved.