Added in API level 26

MediaCas.PluginDescriptor

public static class MediaCas.PluginDescriptor
extends Object

java.lang.Object
   ↳ android.media.MediaCas.PluginDescriptor


Describe a CAS plugin with its CA_system_ID and string name. Returned as results of MediaCas.enumeratePlugins().

Summary

Public methods

String getName()
int getSystemId()
String toString()

Returns a string representation of the object.

Inherited methods

Public methods

getName

Added in API level 26
public String getName ()

Returns
String This value cannot be null.

getSystemId

Added in API level 26
public int getSystemId ()

Returns
int

toString

Added in API level 26
public String toString ()

Returns a string representation of the object.

Returns
String a string representation of the object.