public static interface DemoPlayer.Listener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onError(java.lang.Exception e) |
void |
onStateChanged(boolean playWhenReady,
int playbackState) |
void |
onVideoSizeChanged(int width,
int height,
int unappliedRotationDegrees,
float pixelWidthHeightRatio) |