Skip to main content
Version: 20 Mar 2024

MLMediaPlayerOnVideoSizeChangedInfo

Module: Media Player

MediaPlayer Video Size Changed callback Info. More...

#include <ml_media_player.h>

Public Attributes

TypeName
intwidth
intheight
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().