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