Java android.media MediaCrypto fields, constructors, methods, implement or subclass

Example usage for Java android.media MediaCrypto fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media MediaCrypto.

The text is from its open source code.

Constructor

MediaCrypto(@NonNull UUID uuid, @NonNull byte[] initData)
Instantiate a MediaCrypto object using opaque, crypto scheme specific data.

Method

booleanisCryptoSchemeSupported(@NonNull UUID uuid)
Query if the given scheme identified by its UUID is supported on this device.