OriginEndpointCmafPackage

data class OriginEndpointCmafPackage(val encryption: OriginEndpointCmafEncryption? = null, val hlsManifests: List<OriginEndpointHlsManifest>? = null, val segmentDurationSeconds: Int? = null, val segmentPrefix: String? = null, val streamSelection: OriginEndpointStreamSelection? = null)

A Common Media Application Format (CMAF) packaging configuration.

Constructors

Link copied to clipboard
fun OriginEndpointCmafPackage(encryption: OriginEndpointCmafEncryption? = null, hlsManifests: List<OriginEndpointHlsManifest>? = null, segmentDurationSeconds: Int? = null, segmentPrefix: String? = null, streamSelection: OriginEndpointStreamSelection? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

A list of HLS manifest configurations

Link copied to clipboard

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

Link copied to clipboard
val segmentPrefix: String? = null

An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.

Link copied to clipboard