Playlist class

Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30.

Constructors

Playlist({String? format, HlsContentProtection? hlsContentProtection, String? name, List<String>? outputKeys, PlayReadyDrm? playReadyDrm, String? status, String? statusDetail})
Playlist.fromJson(Map<String, dynamic> json)
factory

Properties

format String?
The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.
final
hashCode int
The hash code for this object.
no setterinherited
hlsContentProtection HlsContentProtection?
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
final
name String?
The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.
final
outputKeys List<String>?
For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
final
playReadyDrm PlayReadyDrm?
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the job with which the playlist is associated.
final
statusDetail String?
Information that further explains the status.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited