MediaCrypto.RequiresSecureDecoderComponent(String) Method

Definition

Query if the crypto scheme requires the use of a secure decoder to decode data of the given mime type.

[Android.Runtime.Register("requiresSecureDecoderComponent", "(Ljava/lang/String;)Z", "")]
public bool RequiresSecureDecoderComponent (string mime);
[<Android.Runtime.Register("requiresSecureDecoderComponent", "(Ljava/lang/String;)Z", "")>]
member this.RequiresSecureDecoderComponent : string -> bool

Parameters

mime
String

The mime type of the media data

Returns

Attributes

Remarks

Query if the crypto scheme requires the use of a secure decoder to decode data of the given mime type.

Java documentation for android.media.MediaCrypto.requiresSecureDecoderComponent(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to