MLMediaPlayerOnErrorInfo
Module: Media Player
MediaPlayer Error callback Info. More...
#include <ml_media_player.h>
Public Attributes
Type | Name |
---|---|
MLResult | result |
void * | data |
Detailed Description
struct MLMediaPlayerOnErrorInfo;
MediaPlayer Error callback Info.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 2
Public Attributes Documentation
result
MLResult result;
Error/result code indicating failure reason.
data
void * data;
User data as passed to MLMediaPlayerSetEventCallbacksEx().