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
DrmStore.ConstraintsColumns#EXTENDED_METADATA key. You can use
DrmUtils.ExtendedMetadataParser to iterate over those values.
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.