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- 
        (::String) — 
The container format. The default is
fmp4.Supported container formats:
fmp4- the corresponding file extension is.m4sts- the corresponding file extension is.ts
 
#container=
def container=(value) -> ::String- 
        value (::String) — 
The container format. The default is
fmp4.Supported container formats:
fmp4- the corresponding file extension is.m4sts- the corresponding file extension is.ts
 
- 
        (::String) — 
The container format. The default is
fmp4.Supported container formats:
fmp4- the corresponding file extension is.m4sts- the corresponding file extension is.ts
 
#elementary_streams
def elementary_streams() -> ::Array<::String>- 
        (::Array<::String>) — 
List of
ElementaryStreamkeys multiplexed in this stream.- For 
fmp4container, must contain either one video or one audio stream. - For 
tscontainer, must contain exactly one audio stream and up to one video stream. 
 - For 
 
#elementary_streams=
def elementary_streams=(value) -> ::Array<::String>- 
        value (::Array<::String>) — 
List of
ElementaryStreamkeys multiplexed in this stream.- For 
fmp4container, must contain either one video or one audio stream. - For 
tscontainer, must contain exactly one audio stream and up to one video stream. 
 - For 
 
- 
        (::Array<::String>) — 
List of
ElementaryStreamkeys multiplexed in this stream.- For 
fmp4container, must contain either one video or one audio stream. - For 
tscontainer, must contain exactly one audio stream and up to one video stream. 
 - For 
 
#key
def key() -> ::String- (::String) — A unique key for this multiplexed stream.
 
#key=
def key=(value) -> ::String- value (::String) — A unique key for this multiplexed stream.
 
- (::String) — A unique key for this multiplexed stream.
 
#segment_settings
def segment_settings() -> ::Google::Cloud::Video::LiveStream::V1::SegmentSettings- 
        (::Google::Cloud::Video::LiveStream::V1::SegmentSettings) — Segment settings for 
fmp4andts. 
#segment_settings=
def segment_settings=(value) -> ::Google::Cloud::Video::LiveStream::V1::SegmentSettings- 
        value (::Google::Cloud::Video::LiveStream::V1::SegmentSettings) — Segment settings for 
fmp4andts. 
- 
        (::Google::Cloud::Video::LiveStream::V1::SegmentSettings) — Segment settings for 
fmp4andts.