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
manifestwith 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
manifestwith the extension suffix corresponding to theManifest.type.
- (::String) — The name of the generated file. The default is
manifestwith the extension suffix corresponding to theManifest.type.
#mux_streams
def mux_streams() -> ::Array<::String>- (::Array<::String>) — Required. List of user given
MuxStream.keys that should appear in this manifest.When
Manifest.typeisHLS, a media manifest with nameMuxStream.keyand.m3u8extension 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.keys that should appear in this manifest.When
Manifest.typeisHLS, a media manifest with nameMuxStream.keyand.m3u8extension is generated for each element of theManifest.mux_streams.
- (::Array<::String>) — Required. List of user given
MuxStream.keys that should appear in this manifest.When
Manifest.typeisHLS, a media manifest with nameMuxStream.keyand.m3u8extension 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
HLSorDASH.
#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
HLSorDASH.
- (::Google::Cloud::Video::Transcoder::V1::Manifest::ManifestType) — Required. Type of the manifest, can be
HLSorDASH.