public interface

MediaPlayer.OnDrmConfigHelper

 androidx.media2.MediaPlayer.OnDrmConfigHelper

Overview

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 MediaPlayer.getDrmPropertyString(String) and MediaPlayer.setDrmPropertyString(String, String).

Summary

Methods
public voidonDrmConfig(MediaPlayer mp, MediaItem item)

Called to give the app the opportunity to configure DRM before the session is created

Methods

public void onDrmConfig(MediaPlayer mp, MediaItem item)

Called to give the app the opportunity to configure DRM before the session is created

Parameters:

mp: the MediaPlayer associated with this callback
item: the MediaItem of this media item