OriginEndpointMssPackage

data class OriginEndpointMssPackage(val encryption: OriginEndpointMssEncryption? = null, val manifestWindowSeconds: Int? = null, val segmentDurationSeconds: Int? = null, val streamSelection: OriginEndpointStreamSelection? = null)

A Microsoft Smooth Streaming (MSS) packaging configuration.

Constructors

Link copied to clipboard
constructor(encryption: OriginEndpointMssEncryption? = null, manifestWindowSeconds: Int? = null, segmentDurationSeconds: Int? = null, streamSelection: OriginEndpointStreamSelection? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameters for encrypting content.

Link copied to clipboard

The time window (in seconds) contained in each manifest.

Link copied to clipboard

The duration (in seconds) of each segment.

Link copied to clipboard

Limitations for outputs from the endpoint, based on the video bitrate.