BrightcoveDrmSession

Contract of a DRM session.

Author

rsubramaniam

Functions

Link copied to clipboard
abstract fun getDrmError(): DrmException
Link copied to clipboard
Link copied to clipboard
abstract fun getPropertyByteArray(propertyName: String): Array<Byte>
Link copied to clipboard
abstract fun getPropertyString(propertyName: String): String
Link copied to clipboard
abstract fun queryKeyStatus(): Map<String, String>
Link copied to clipboard
abstract fun setPropertyByteArray(propertyName: String, value: Array<Byte>)
Link copied to clipboard
abstract fun setPropertyString(propertyName: String, value: String)