Common Encryption Cbcs Response
data class CommonEncryptionCbcsResponse(val clearKeyEncryptionConfiguration: ClearKeyEncryptionConfigurationResponse? = null, 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
fun CommonEncryptionCbcsResponse(clearKeyEncryptionConfiguration: ClearKeyEncryptionConfigurationResponse? = null, clearTracks: List<TrackSelectionResponse>? = null, contentKeys: StreamingPolicyContentKeysResponse? = null, drm: CbcsDrmConfigurationResponse? = null, enabledProtocols: EnabledProtocolsResponse? = null)