Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Manifest.
Manifest configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_name
def file_name() -> ::String
-
(::String) — The name of the generated file. The default is
manifest
with the extension suffix corresponding to theManifest.type
.
#file_name=
def file_name=(value) -> ::String
-
value (::String) — The name of the generated file. The default is
manifest
with the extension suffix corresponding to theManifest.type
.
-
(::String) — The name of the generated file. The default is
manifest
with the extension suffix corresponding to theManifest.type
.
#mux_streams
def mux_streams() -> ::Array<::String>
-
(::Array<::String>) — Required. List of user given
MuxStream.key
s that should appear in this manifest.When
Manifest.type
isHLS
, a media manifest with nameMuxStream.key
and.m3u8
extension is generated for each element of theManifest.mux_streams
.
#mux_streams=
def mux_streams=(value) -> ::Array<::String>
-
value (::Array<::String>) — Required. List of user given
MuxStream.key
s that should appear in this manifest.When
Manifest.type
isHLS
, a media manifest with nameMuxStream.key
and.m3u8
extension is generated for each element of theManifest.mux_streams
.
-
(::Array<::String>) — Required. List of user given
MuxStream.key
s that should appear in this manifest.When
Manifest.type
isHLS
, a media manifest with nameMuxStream.key
and.m3u8
extension is generated for each element of theManifest.mux_streams
.
#type
def type() -> ::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType
-
(::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType) — Required. Type of the manifest, can be
HLS
orDASH
.
#type=
def type=(value) -> ::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType
-
value (::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType) — Required. Type of the manifest, can be
HLS
orDASH
.
-
(::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType) — Required. Type of the manifest, can be
HLS
orDASH
.