Android.Media.MediaMetadataRetriever.ExtractMetadata Method
Call this method after setDataSource().

Syntax

[Android.Runtime.Register("extractMetadata", "(I)Ljava/lang/String;", "GetExtractMetadata_IHandler")]
public virtual string ExtractMetadata ([Android.Runtime.GeneratedEnum] MetadataKey p0)

Parameters

keyCode
One of the constants listed below at the end of the class.

Returns

Documentation for this section has not yet been entered.

Remarks

Call this method after setDataSource(). This method retrieves the meta data value associated with the keyCode. The keyCode currently supported is listed below as METADATA_XXX constants. With any other value, it returns a null pointer.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10