No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | android.drm.DrmUtils |
A utility class that provides operations for parsing extended metadata embedded in DRM constraint information. If a DRM scheme has specific constraints beyond the standard constraints, the constraints will show up in the EXTENDED_METADATA key. You can use DrmUtils.ExtendedMetadataParser to iterate over those values.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
DrmUtils.ExtendedMetadataParser | Utility that parses extended metadata embedded in DRM constraint information. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Gets an instance of
DrmUtils.ExtendedMetadataParser, which can be used to parse extended metadata embedded in DRM constraint information.
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Gets an instance of DrmUtils.ExtendedMetadataParser, which can be used to parse extended metadata embedded in DRM constraint information.
| extendedMetadata | Object in which key-value pairs of extended metadata are embedded. |
|---|