GoogleApi.Transcoder.V1beta1.Model.Manifest (google_api_transcoder v0.4.2)
View SourceManifest configuration.
Attributes
-
fileName
(type:String.t
, default:nil
) - The name of the generated file. The default is"manifest"
with the extension suffix corresponding to theManifest.type
. -
muxStreams
(type:list(String.t)
, default:nil
) - Required. List of user givenMuxStream.key
s that should appear in this manifest. WhenManifest.type
isHLS
, a media manifest with nameMuxStream.key
and.m3u8
extension is generated for each element of theManifest.mux_streams
. -
type
(type:String.t
, default:nil
) - Required. Type of the manifest, can be "HLS" or "DASH".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.