GoogleApi.Transcoder.V1.Model.Manifest (google_api_transcoder v0.4.2)
View SourceManifest configuration.
Attributes
-
dash(type:GoogleApi.Transcoder.V1.Model.DashConfig.t, default:nil) -DASHmanifest configuration. -
fileName(type:String.t, default:nil) - The name of the generated file. The default ismanifestwith the extension suffix corresponding to the Manifest.type. -
muxStreams(type:list(String.t), default:nil) - Required. List of user supplied MuxStream.key values that should appear in this manifest. When Manifest.type isHLS, a media manifest with name MuxStream.key and.m3u8extension is generated for each element in this list. -
type(type:String.t, default:nil) - Required. Type of the manifest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.Manifest{ dash: GoogleApi.Transcoder.V1.Model.DashConfig.t() | nil, fileName: String.t() | nil, muxStreams: [String.t()] | nil, type: String.t() | nil }