Skip to content

Most visited

Recently visited

navigation
Added in API level 24

DrmInitData

public abstract class DrmInitData
extends Object

java.lang.Object
   ↳ android.media.DrmInitData


Encapsulates initialization data required by a MediaDrm instance.

Summary

Nested classes

class DrmInitData.SchemeInitData

Scheme initialization data. 

Public methods

abstract DrmInitData.SchemeInitData get(UUID schemeUuid)

Retrieves initialization data for a given DRM scheme, specified by its UUID.

Inherited methods

From class java.lang.Object

Public methods

get

Added in API level 24
DrmInitData.SchemeInitData get (UUID schemeUuid)

Retrieves initialization data for a given DRM scheme, specified by its UUID.

Parameters
schemeUuid UUID: The DRM scheme's UUID.
Returns
DrmInitData.SchemeInitData The initialization data for the scheme, or null if the scheme is not supported.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.