Package com.qingcloud.vod.player
Interface QCPlayer.OnPreparedListener
-
- Enclosing class:
- QCPlayer
public static interface QCPlayer.OnPreparedListener
The interface On prepared listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPrepared(QCPlayer player, int videoWidth, int videoHeight)
On prepared.
-
-
-
Method Detail
-
onPrepared
void onPrepared(QCPlayer player, int videoWidth, int videoHeight)
On prepared.- Parameters:
player
- the playervideoWidth
- the mp widthvideoHeight
- the mp height
-
-