Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::ElementaryStream (v0.13.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::ElementaryStream.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audio_stream

def audio_stream() -> ::Google::Cloud::Video::Transcoder::V1::AudioStream
Returns

#audio_stream=

def audio_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::AudioStream
Parameter
Returns

#key

def key() -> ::String
Returns
  • (::String) — A unique key for this elementary stream.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — A unique key for this elementary stream.
Returns
  • (::String) — A unique key for this elementary stream.

#text_stream

def text_stream() -> ::Google::Cloud::Video::Transcoder::V1::TextStream
Returns

#text_stream=

def text_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::TextStream
Parameter
Returns

#video_stream

def video_stream() -> ::Google::Cloud::Video::Transcoder::V1::VideoStream
Returns

#video_stream=

def video_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::VideoStream
Parameter
Returns