MLMediaPlayerOnInfoInfo
Module: Media Player
MediaPlayer Information callback Info. More...
#include <ml_media_player.h>
Public Attributes
Type | Name |
---|---|
MLMediaPlayerInfo | info |
int | extra MLMediaPlayerInfo type specific extra information. |
void * | data |
Detailed Description
struct MLMediaPlayerOnInfoInfo;
MediaPlayer Information callback Info.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 2
Public Attributes Documentation
info
MLMediaPlayerInfo info;
Type | Description |
---|---|
MLMediaPlayerInfo | Info and warning codes for the media player framework. |
Type of informational event.
extra
int extra;
MLMediaPlayerInfo type specific extra information.
When info is MLMediaPlayerInfo_NetworkBandwidth, this holds bandwidth in kbps. It is 0 for others.
data
void * data;
User data as passed to MLMediaPlayerSetEventCallbacksEx().