Skip to main content
Version: 20 Mar 2024

MLMediaPlayerOnInfoInfo

MediaPlayer Information callback Info.

Public Attributes

Data

User data as passed to MLMediaPlayerSetEventCallbacksEx().


public IntPtr Data;


Extra

MLMediaPlayerInfo type specific extra information. When info is MLMediaPlayerInfo_NetworkBandwidth, this holds bandwidth in kbps. It is 0 for others.


public int Extra;


Info

Type of informational event.


public Info Info;

TypeDescription
InfoIndicates various trigger various media player actions. MLMediaPlayerInfo from ml_media_player.h .