Origin Endpoint Cmaf Package
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
constructor(encryption: OriginEndpointCmafEncryption? = null, hlsManifests: List<OriginEndpointHlsManifest>? = null, segmentDurationSeconds: Int? = null, segmentPrefix: String? = null, streamSelection: OriginEndpointStreamSelection? = null)
Properties
Link copied to clipboard
Parameters for encrypting content.
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
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
Limitations for outputs from the endpoint, based on the video bitrate.