MediaPlayer.GetDrmPropertyString(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.
Read a DRM engine plugin String property value, given the property name string.
[Android.Runtime.Register("getDrmPropertyString", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetDrmPropertyString_Ljava_lang_String_Handler", ApiSince=26)]
public virtual string GetDrmPropertyString (string propertyName);
[<Android.Runtime.Register("getDrmPropertyString", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetDrmPropertyString_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member GetDrmPropertyString : string -> string
override this.GetDrmPropertyString : string -> string
Parameters
- propertyName
- String
the property name
Standard fields names are:
<code data-dev-comment-type="c">MediaDrm#PROPERTY_VENDOR</code>, <code data-dev-comment-type="c">MediaDrm#PROPERTY_VERSION</code>,
<code data-dev-comment-type="c">MediaDrm#PROPERTY_DESCRIPTION</code>, <code data-dev-comment-type="c">MediaDrm#PROPERTY_ALGORITHMS</code>
Returns
- Attributes
Remarks
Read a DRM engine plugin String property value, given the property name string.
Java documentation for android.media.MediaPlayer.getDrmPropertyString(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.