CommonEncryptionCbcsResponse

data class CommonEncryptionCbcsResponse(val clearTracks: List<TrackSelectionResponse>? = null, val contentKeys: StreamingPolicyContentKeysResponse? = null, val drm: CbcsDrmConfigurationResponse? = null, val enabledProtocols: EnabledProtocolsResponse? = null)

Class for CommonEncryptionCbcs encryption scheme

Constructors

Link copied to clipboard
constructor(clearTracks: List<TrackSelectionResponse>? = null, contentKeys: StreamingPolicyContentKeysResponse? = null, drm: CbcsDrmConfigurationResponse? = null, enabledProtocols: EnabledProtocolsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Representing which tracks should not be encrypted

Link copied to clipboard

Representing default content key for each encryption scheme and separate content keys for specific tracks

Link copied to clipboard

Configuration of DRMs for current encryption scheme

Link copied to clipboard

Representing supported protocols