Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::ElementaryStream (v1.2.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
  • (::Google::Cloud::Video::Transcoder::V1::AudioStream) — Encoding of an audio stream.

    Note: The following fields are mutually exclusive: audio_stream, video_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

#audio_stream=

def audio_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::AudioStream
Parameter
  • value (::Google::Cloud::Video::Transcoder::V1::AudioStream) — Encoding of an audio stream.

    Note: The following fields are mutually exclusive: audio_stream, video_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Video::Transcoder::V1::AudioStream) — Encoding of an audio stream.

    Note: The following fields are mutually exclusive: audio_stream, video_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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
  • (::Google::Cloud::Video::Transcoder::V1::TextStream) — Encoding of a text stream. For example, closed captions or subtitles.

    Note: The following fields are mutually exclusive: text_stream, video_stream, audio_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

#text_stream=

def text_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::TextStream
Parameter
  • value (::Google::Cloud::Video::Transcoder::V1::TextStream) — Encoding of a text stream. For example, closed captions or subtitles.

    Note: The following fields are mutually exclusive: text_stream, video_stream, audio_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Video::Transcoder::V1::TextStream) — Encoding of a text stream. For example, closed captions or subtitles.

    Note: The following fields are mutually exclusive: text_stream, video_stream, audio_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

#video_stream

def video_stream() -> ::Google::Cloud::Video::Transcoder::V1::VideoStream
Returns
  • (::Google::Cloud::Video::Transcoder::V1::VideoStream) — Encoding of a video stream.

    Note: The following fields are mutually exclusive: video_stream, audio_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

#video_stream=

def video_stream=(value) -> ::Google::Cloud::Video::Transcoder::V1::VideoStream
Parameter
  • value (::Google::Cloud::Video::Transcoder::V1::VideoStream) — Encoding of a video stream.

    Note: The following fields are mutually exclusive: video_stream, audio_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Video::Transcoder::V1::VideoStream) — Encoding of a video stream.

    Note: The following fields are mutually exclusive: video_stream, audio_stream, text_stream. If a field in that set is populated, all other fields in the set will automatically be cleared.