MLMediaPlayerOnVideoSizeChangedInfo
Module: Media Player
MediaPlayer Video Size Changed callback Info. More...
#include <ml_media_player.h>
Public Attributes
Type | Name |
---|---|
int | width |
int | height |
void * | data |
Detailed Description
struct MLMediaPlayerOnVideoSizeChangedInfo;
MediaPlayer Video Size Changed callback Info.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 2
Public Attributes Documentation
width
int width;
The new surface width.
height
int height;
The new surface height.
data
void * data;
User data as passed to MLMediaPlayerSetEventCallbacksEx().