Playlist

class Playlist

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

Link copied to clipboard

The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

Link copied to clipboard
val 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.

Link copied to clipboard

For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

Link copied to clipboard

The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

Link copied to clipboard

The status of the job with which the playlist is associated.

Link copied to clipboard

Information that further explains the status.

Functions

Link copied to clipboard
inline fun copy(block: Playlist.Builder.() -> Unit = {}): Playlist
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String