public interface TextStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCodec()
The codec for this text stream.
|
com.google.protobuf.ByteString |
getCodecBytes()
The codec for this text stream.
|
TextStream.TextMapping |
getMapping(int index)
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
|
int |
getMappingCount()
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
|
List<TextStream.TextMapping> |
getMappingList()
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
|
TextStream.TextMappingOrBuilder |
getMappingOrBuilder(int index)
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
|
List<? extends TextStream.TextMappingOrBuilder> |
getMappingOrBuilderList()
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCodec()
The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
string codec = 1;com.google.protobuf.ByteString getCodecBytes()
The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
string codec = 1;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;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;int getMappingCount()
The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;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;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;Copyright © 2022 Google LLC. All rights reserved.