Skip to main content
Version: 20 Mar 2024

MLMediaPlayerOnVideoSizeChangedInfo

MediaPlayer Video Size Changed callback Info.

Public Attributes

Data

User data as passed to MLMediaPlayerSetEventCallbacksEx().


public IntPtr Data;


Height

The new surface height.


public int Height;


Width

The new surface width.


public int Width;