Interface TextStreamOrBuilder (1.0.4)

public interface TextStreamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodec()

public abstract String getCodec()

The codec for this text stream. The default is webvtt. Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Returns
TypeDescription
String

The codec.

getCodecBytes()

public abstract ByteString getCodecBytes()

The codec for this text stream. The default is webvtt. Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.video.transcoder.v1.TextStream.TextMappingOrBuilder>