MediaPlayer.OnDrmConfigHelper
  public
  static
  
  
  interface
  MediaPlayer.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
        
        
        
        
        void | 
      onDrmConfig(MediaPlayer mp)
      Called to give the app the opportunity to configure DRM before the session is created | 
Public methods
onDrmConfig
public abstract void onDrmConfig (MediaPlayer mp)
Called to give the app the opportunity to configure DRM before the session is created
| Parameters | |
|---|---|
| mp | MediaPlayer: theMediaPlayerassociated with this callback | 
