Example usage for Java android.media MediaCrypto fields, constructors, methods, implement or subclass
The text is from its open source code.
MediaCrypto(@NonNull UUID uuid, @NonNull byte[] initData) Instantiate a MediaCrypto object using opaque, crypto scheme specific data. |
boolean | isCryptoSchemeSupported(@NonNull UUID uuid) Query if the given scheme identified by its UUID is supported on this device. |