OnDrmConfigHelper
interface OnDrmConfigHelper
| android.media.MediaPlayer.OnDrmConfigHelper |
Interface definition of a callback to be invoked when the app can do DRM configuration (get/set properties) before the session is opened. This facilitates configuration of the properties, like 'securityLevel', which has to be set after DRM scheme creation but before the DRM session is opened. The only allowed DRM calls in this listener are getDrmPropertyString and setDrmPropertyString.
Summary
| Public methods | |
|---|---|
| abstract Unit |
onDrmConfig(mp: MediaPlayer!)Called to give the app the opportunity to configure DRM before the session is created |
Public methods
onDrmConfig
abstract fun onDrmConfig(mp: MediaPlayer!): Unit
Called to give the app the opportunity to configure DRM before the session is created
| Parameters | |
|---|---|
mp |
MediaPlayer!: the MediaPlayer associated with this callback |