public interface OnVideoSizeChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onVideoSizeChanged(int intrinsicWidth,
int intrinsicHeight,
float pixelWidthHeightRatio)
Called when the size of the video currently playing has changed.
|
void onVideoSizeChanged(int intrinsicWidth,
int intrinsicHeight,
float pixelWidthHeightRatio)
intrinsicWidth - The intrinsic (unscaled) width of the video currently in playbackintrinsicHeight - The intrinsic (unscaled) height of the video currently in playback