public class DrmUtils extends Object
DrmStore.ConstraintsColumns.EXTENDED_METADATA
key. You can use
DrmUtils.ExtendedMetadataParser
to iterate over those values.Modifier and Type | Class and Description |
---|---|
static class |
DrmUtils.ExtendedMetadataParser
Utility that parses extended metadata embedded in DRM constraint information.
|
Constructor and Description |
---|
DrmUtils() |
Modifier and Type | Method and Description |
---|---|
static DrmUtils.ExtendedMetadataParser |
getExtendedMetadataParser(byte[] extendedMetadata)
Gets an instance of
DrmUtils.ExtendedMetadataParser , which can be used to parse
extended metadata embedded in DRM constraint information. |
public static DrmUtils.ExtendedMetadataParser getExtendedMetadataParser(byte[] extendedMetadata)
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.