public interface

MediaPlayer2.OnDrmConfigHelper

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

Summary

Methods
public voidonDrmConfig(MediaPlayer2 mp, MediaItem item)

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

Methods

public void onDrmConfig(MediaPlayer2 mp, MediaItem item)

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

Parameters:

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