public interface TextStreamOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCodec()
public abstract String getCodec() The codec for this text stream. The default is webvtt.
Supported text codecs:
srtttmlcea608cea708webvtt
string codec = 1;
| Type | Description |
| String | The codec. |
getCodecBytes()
public abstract ByteString getCodecBytes() The codec for this text stream. The default is webvtt.
Supported text codecs:
srtttmlcea608cea708webvtt
string codec = 1;
| Type | Description |
| ByteString | The bytes for codec. |
getMapping(int index)
public abstract TextStream.TextMapping getMapping(int index) The mapping for the Job.edit_list atoms with text EditAtom.inputs.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;
| Name | Description |
| index | int |
| Type | Description |
| TextStream.TextMapping |
getMappingCount()
public abstract int getMappingCount() The mapping for the Job.edit_list atoms with text EditAtom.inputs.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;
| Type | Description |
| int |
getMappingList()
public abstract List<TextStream.TextMapping> getMappingList() The mapping for the Job.edit_list atoms with text EditAtom.inputs.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;
| Type | Description |
| List<TextMapping> |
getMappingOrBuilder(int index)
public abstract TextStream.TextMappingOrBuilder getMappingOrBuilder(int index) The mapping for the Job.edit_list atoms with text EditAtom.inputs.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;
| Name | Description |
| index | int |
| Type | Description |
| TextStream.TextMappingOrBuilder |
getMappingOrBuilderList()
public abstract List<? extends TextStream.TextMappingOrBuilder> getMappingOrBuilderList() The mapping for the Job.edit_list atoms with text EditAtom.inputs.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;
| Type | Description |
| List<? extends com.google.cloud.video.transcoder.v1.TextStream.TextMappingOrBuilder> |