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 VideoStreamVideoStream.Builder. build()VideoStreamVideoStream.Builder. buildPartial()static VideoStreamVideoStream. getDefaultInstance()VideoStreamVideoStream.Builder. getDefaultInstanceForType()VideoStreamVideoStream. getDefaultInstanceForType()VideoStreamElementaryStream.Builder. getVideoStream()Encoding of a video stream.VideoStreamElementaryStream. getVideoStream()Encoding of a video stream.VideoStreamElementaryStreamOrBuilder. getVideoStream()Encoding of a video stream.static VideoStreamVideoStream. parseDelimitedFrom(InputStream input)static VideoStreamVideoStream. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoStreamVideoStream. parseFrom(byte[] data)static VideoStreamVideoStream. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoStreamVideoStream. parseFrom(com.google.protobuf.ByteString data)static VideoStreamVideoStream. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoStreamVideoStream. parseFrom(com.google.protobuf.CodedInputStream input)static VideoStreamVideoStream. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoStreamVideoStream. parseFrom(InputStream input)static VideoStreamVideoStream. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoStreamVideoStream. parseFrom(ByteBuffer data)static VideoStreamVideoStream. 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.BuilderVideoStream.Builder. mergeFrom(VideoStream other)ElementaryStream.BuilderElementaryStream.Builder. mergeVideoStream(VideoStream value)Encoding of a video stream.static VideoStream.BuilderVideoStream. newBuilder(VideoStream prototype)ElementaryStream.BuilderElementaryStream.Builder. setVideoStream(VideoStream value)Encoding of a video stream.
-