MediaCrypto
class can be used in conjunction withMediaCodec
to decode encrypted media data. Crypto schemes are assigned 16 byte UUIDs, the methodisCryptoSchemeSupported(UUID)
can be used to query if a given scheme is supported on the device. http://developer.android.com/reference/android/media/MediaCrypto.html
But what is crypto scheme UUID and where can I get it? Seems like I've missed it.
Thanks in advance :)
.
stackoverflow.comm
No comments:
Post a Comment