public final class ElementaryStream extends com.google.protobuf.GeneratedMessageV3 implements ElementaryStreamOrBuilder
Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.Protobuf type
google.cloud.video.transcoder.v1.ElementaryStream| Modifier and Type | Class and Description |
|---|---|
static class |
ElementaryStream.Builder
Encoding of an input file such as an audio, video, or text track.
|
static class |
ElementaryStream.ElementaryStreamCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIO_STREAM_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
TEXT_STREAM_FIELD_NUMBER |
static int |
VIDEO_STREAM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AudioStream |
getAudioStream()
Encoding of an audio stream.
|
AudioStreamOrBuilder |
getAudioStreamOrBuilder()
Encoding of an audio stream.
|
static ElementaryStream |
getDefaultInstance() |
ElementaryStream |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ElementaryStream.ElementaryStreamCase |
getElementaryStreamCase() |
String |
getKey()
A unique key for this elementary stream.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this elementary stream.
|
com.google.protobuf.Parser<ElementaryStream> |
getParserForType() |
int |
getSerializedSize() |
TextStream |
getTextStream()
Encoding of a text stream.
|
TextStreamOrBuilder |
getTextStreamOrBuilder()
Encoding of a text stream.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
VideoStream |
getVideoStream()
Encoding of a video stream.
|
VideoStreamOrBuilder |
getVideoStreamOrBuilder()
Encoding of a video stream.
|
boolean |
hasAudioStream()
Encoding of an audio stream.
|
int |
hashCode() |
boolean |
hasTextStream()
Encoding of a text stream.
|
boolean |
hasVideoStream()
Encoding of a video stream.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ElementaryStream.Builder |
newBuilder() |
static ElementaryStream.Builder |
newBuilder(ElementaryStream prototype) |
ElementaryStream.Builder |
newBuilderForType() |
protected ElementaryStream.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ElementaryStream |
parseDelimitedFrom(InputStream input) |
static ElementaryStream |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementaryStream |
parseFrom(byte[] data) |
static ElementaryStream |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementaryStream |
parseFrom(ByteBuffer data) |
static ElementaryStream |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementaryStream |
parseFrom(com.google.protobuf.ByteString data) |
static ElementaryStream |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementaryStream |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ElementaryStream |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementaryStream |
parseFrom(InputStream input) |
static ElementaryStream |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ElementaryStream> |
parser() |
ElementaryStream.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEY_FIELD_NUMBER
public static final int VIDEO_STREAM_FIELD_NUMBER
public static final int AUDIO_STREAM_FIELD_NUMBER
public static final int TEXT_STREAM_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ElementaryStream.ElementaryStreamCase getElementaryStreamCase()
getElementaryStreamCase in interface ElementaryStreamOrBuilderpublic String getKey()
A unique key for this elementary stream.
string key = 4;getKey in interface ElementaryStreamOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
A unique key for this elementary stream.
string key = 4;getKeyBytes in interface ElementaryStreamOrBuilderpublic boolean hasVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;hasVideoStream in interface ElementaryStreamOrBuilderpublic VideoStream getVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;getVideoStream in interface ElementaryStreamOrBuilderpublic VideoStreamOrBuilder getVideoStreamOrBuilder()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;getVideoStreamOrBuilder in interface ElementaryStreamOrBuilderpublic boolean hasAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;hasAudioStream in interface ElementaryStreamOrBuilderpublic AudioStream getAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;getAudioStream in interface ElementaryStreamOrBuilderpublic AudioStreamOrBuilder getAudioStreamOrBuilder()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;getAudioStreamOrBuilder in interface ElementaryStreamOrBuilderpublic boolean hasTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;hasTextStream in interface ElementaryStreamOrBuilderpublic TextStream getTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;getTextStream in interface ElementaryStreamOrBuilderpublic TextStreamOrBuilder getTextStreamOrBuilder()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;getTextStreamOrBuilder in interface ElementaryStreamOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ElementaryStream parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElementaryStream parseFrom(InputStream input) throws IOException
IOExceptionpublic static ElementaryStream parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ElementaryStream parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ElementaryStream parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ElementaryStream parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ElementaryStream parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ElementaryStream.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ElementaryStream.Builder newBuilder()
public static ElementaryStream.Builder newBuilder(ElementaryStream prototype)
public ElementaryStream.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ElementaryStream.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ElementaryStream getDefaultInstance()
public static com.google.protobuf.Parser<ElementaryStream> parser()
public com.google.protobuf.Parser<ElementaryStream> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ElementaryStream getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.