# Print output for @column tags ?> MediaPlayer.OnDrmConfigHelper - Android SDK | Android Developers

Most visited


Recently visited


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: the MediaPlayer associated with this callback

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.