Class TextStream (0.4.3)

public final class TextStream extends GeneratedMessageV3 implements TextStreamOrBuilder

Encoding of a text stream. For example, closed captions or subtitles.

Protobuf type google.cloud.video.transcoder.v1.TextStream

Implements

TextStreamOrBuilder

Fields

CODEC_FIELD_NUMBER

public static final int CODEC_FIELD_NUMBER
Field Value
TypeDescription
int

MAPPING_FIELD_NUMBER

public static final int MAPPING_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCodec()

public 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 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.

getDefaultInstance()

public static TextStream getDefaultInstance()
Returns
TypeDescription
TextStream

getDefaultInstanceForType()

public TextStream getDefaultInstanceForType()
Returns
TypeDescription
TextStream

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getMapping(int index)

public 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 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 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 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 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>

getParserForType()

public Parser<TextStream> getParserForType()
Returns
TypeDescription
Parser<TextStream>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static TextStream.Builder newBuilder()
Returns
TypeDescription
TextStream.Builder

newBuilder(TextStream prototype)

public static TextStream.Builder newBuilder(TextStream prototype)
Parameter
NameDescription
prototypeTextStream
Returns
TypeDescription
TextStream.Builder

newBuilderForType()

public TextStream.Builder newBuilderForType()
Returns
TypeDescription
TextStream.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextStream.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TextStream.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static TextStream parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TextStream parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TextStream parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TextStream parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TextStream parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TextStream parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TextStream parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TextStream parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TextStream parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TextStream> parser()
Returns
TypeDescription
Parser<TextStream>

toBuilder()

public TextStream.Builder toBuilder()
Returns
TypeDescription
TextStream.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException