Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::MuxStream (v0.7.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::MuxStream.

Multiplexing settings for output stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#container

def container() -> ::String
Returns
  • (::String) —

    The container format. The default is fmp4.

    Supported container formats:

    • fmp4 - the corresponding file extension is .m4s
    • ts - the corresponding file extension is .ts

#container=

def container=(value) -> ::String
Parameter
  • value (::String) —

    The container format. The default is fmp4.

    Supported container formats:

    • fmp4 - the corresponding file extension is .m4s
    • ts - the corresponding file extension is .ts
Returns
  • (::String) —

    The container format. The default is fmp4.

    Supported container formats:

    • fmp4 - the corresponding file extension is .m4s
    • ts - the corresponding file extension is .ts

#elementary_streams

def elementary_streams() -> ::Array<::String>
Returns
  • (::Array<::String>) —

    List of ElementaryStream keys multiplexed in this stream.

    • For fmp4 container, must contain either one video or one audio stream.
    • For ts container, must contain exactly one audio stream and up to one video stream.

#elementary_streams=

def elementary_streams=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) —

    List of ElementaryStream keys multiplexed in this stream.

    • For fmp4 container, must contain either one video or one audio stream.
    • For ts container, must contain exactly one audio stream and up to one video stream.
Returns
  • (::Array<::String>) —

    List of ElementaryStream keys multiplexed in this stream.

    • For fmp4 container, must contain either one video or one audio stream.
    • For ts container, must contain exactly one audio stream and up to one video stream.

#encryption_id

def encryption_id() -> ::String
Returns
  • (::String) — Identifier of the encryption configuration to use. If omitted, output will be unencrypted.

#encryption_id=

def encryption_id=(value) -> ::String
Parameter
  • value (::String) — Identifier of the encryption configuration to use. If omitted, output will be unencrypted.
Returns
  • (::String) — Identifier of the encryption configuration to use. If omitted, output will be unencrypted.

#key

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

#key=

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

#segment_settings

def segment_settings() -> ::Google::Cloud::Video::LiveStream::V1::SegmentSettings
Returns

#segment_settings=

def segment_settings=(value) -> ::Google::Cloud::Video::LiveStream::V1::SegmentSettings
Parameter
Returns