Interface TextStreamOrBuilder (0.5.0)

public interface TextStreamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodec()

public abstract String getCodec()

Required. The codec for this text stream. Supported text codecs:

  • cea608
  • cea708

string codec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The codec.

getCodecBytes()

public abstract ByteString getCodecBytes()

Required. The codec for this text stream. Supported text codecs:

  • cea608
  • cea708

string codec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for codec.