private class MediaPlayer._VideoTrackSizeListener extends java.lang.Object implements VideoTrackSizeListener
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
trackHeight |
(package private) int |
trackWidth |
| Modifier | Constructor and Description |
|---|---|
private |
_VideoTrackSizeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSizeChanged(int width,
int height)
The size notification indicates the dimension of the video has changed.
|
(package private) void |
setSize() |
public void onSizeChanged(int width,
int height)
VideoTrackSizeListeneronSizeChanged in interface VideoTrackSizeListenerwidth - The new width of the video frames.height - The new height of the video frames.void setSize()