MediaPlayer8OnVideoSizeChanged Method |
Called when a new media is loaded AND it has a different frame size
Namespace:
frame8.Logic.Media.MediaPlayer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected virtual void OnVideoSizeChanged(
int width,
int height,
int unappliedRotationDegrees,
float pixelWidthHeightRatio
)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- unappliedRotationDegrees
- Type: SystemInt32
- pixelWidthHeightRatio
- Type: SystemSingle
See Also