MediaDescrambler.RequiresSecureDecoderComponent(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query if the scrambling scheme requires the use of a secure decoder to decode data of the given mime type.
[Android.Runtime.Register("requiresSecureDecoderComponent", "(Ljava/lang/String;)Z", "", ApiSince=26)]
public bool RequiresSecureDecoderComponent (string mime);
[<Android.Runtime.Register("requiresSecureDecoderComponent", "(Ljava/lang/String;)Z", "", ApiSince=26)>]
member this.RequiresSecureDecoderComponent : string -> bool
Parameters
- mime
- String
The mime type of the media data
Returns
- Attributes
Remarks
Query if the scrambling scheme requires the use of a secure decoder to decode data of the given mime type.
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.