Origin Endpoint Dash Encryption
data class OriginEndpointDashEncryption(val keyRotationIntervalSeconds: Int? = null, val spekeKeyProvider: OriginEndpointSpekeKeyProvider)
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
Constructors
Link copied to clipboard
constructor(keyRotationIntervalSeconds: Int? = null, spekeKeyProvider: OriginEndpointSpekeKeyProvider)