Uses of Class
com.google.cloud.video.transcoder.v1.VideoStream
-
Packages that use VideoStream Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of VideoStream in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return VideoStream Modifier and Type Method Description VideoStream
VideoStream.Builder. build()
VideoStream
VideoStream.Builder. buildPartial()
static VideoStream
VideoStream. getDefaultInstance()
VideoStream
VideoStream.Builder. getDefaultInstanceForType()
VideoStream
VideoStream. getDefaultInstanceForType()
VideoStream
ElementaryStream.Builder. getVideoStream()
Encoding of a video stream.VideoStream
ElementaryStream. getVideoStream()
Encoding of a video stream.VideoStream
ElementaryStreamOrBuilder. getVideoStream()
Encoding of a video stream.static VideoStream
VideoStream. parseDelimitedFrom(InputStream input)
static VideoStream
VideoStream. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoStream
VideoStream. parseFrom(byte[] data)
static VideoStream
VideoStream. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoStream
VideoStream. parseFrom(com.google.protobuf.ByteString data)
static VideoStream
VideoStream. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoStream
VideoStream. parseFrom(com.google.protobuf.CodedInputStream input)
static VideoStream
VideoStream. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoStream
VideoStream. parseFrom(InputStream input)
static VideoStream
VideoStream. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoStream
VideoStream. parseFrom(ByteBuffer data)
static VideoStream
VideoStream. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type VideoStream Modifier and Type Method Description com.google.protobuf.Parser<VideoStream>
VideoStream. getParserForType()
static com.google.protobuf.Parser<VideoStream>
VideoStream. parser()
Methods in com.google.cloud.video.transcoder.v1 with parameters of type VideoStream Modifier and Type Method Description VideoStream.Builder
VideoStream.Builder. mergeFrom(VideoStream other)
ElementaryStream.Builder
ElementaryStream.Builder. mergeVideoStream(VideoStream value)
Encoding of a video stream.static VideoStream.Builder
VideoStream. newBuilder(VideoStream prototype)
ElementaryStream.Builder
ElementaryStream.Builder. setVideoStream(VideoStream value)
Encoding of a video stream.
-