Android.Media.MediaPlayer.IOnInfoListener.OnInfo Method
Called to indicate an info or a warning.

Syntax

[Android.Runtime.Register("onInfo", "(Landroid/media/MediaPlayer;II)Z", "GetOnInfo_Landroid_media_MediaPlayer_IIHandler:Android.Media.MediaPlayer/IOnInfoListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnInfo (MediaPlayer mp, [Android.Runtime.GeneratedEnum] MediaInfo what, int extra)

Parameters

mp
the MediaPlayer the info pertains to.
what
the type of info or warning.
extra
an extra code, specific to the info. Typically implementation dependent.

Returns

Documentation for this section has not yet been entered.

Remarks

Called to indicate an info or a warning.

[Android Documentation]

Requirements

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