Skip to main content
Version: 20 Mar 2024

MLMediaPlayerOnInfoInfo

Module: Media Player

MediaPlayer Information callback Info. More...

#include <ml_media_player.h>

Public Attributes

TypeName
MLMediaPlayerInfoinfo
intextra
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;
TypeDescription
MLMediaPlayerInfoInfo 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().