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
fun OriginEndpointMssPackage(encryption: OriginEndpointMssEncryption? = null, manifestWindowSeconds: Int? = null, segmentDurationSeconds: Int? = null, streamSelection: OriginEndpointStreamSelection? = null)

Types

Link copied to clipboard
object Companion

Properties

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