iFrameOnlyPlaylists property

IFrameOnlyPlaylistType? iFrameOnlyPlaylists
final

DISABLED: Do not create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).

STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888"

Implementation

final IFrameOnlyPlaylistType? iFrameOnlyPlaylists;