public static interface IQHVCPlayer.OnVideoSizeChangedListener
限定符和类型 | 方法和说明 |
---|---|
void |
onVideoSizeChanged(int handle,
int width,
int height)
Called to indicate the video size
The video size (width and height) could be 0 if there was no video,
no display surface was set, or the value was not determined yet.
|
void onVideoSizeChanged(int handle, int width, int height)
The video size (width and height) could be 0 if there was no video, no display surface was set, or the value was not determined yet.
handle
- the player associated with this callbackwidth
- the width of the videoheight
- the height of the video