Package com.qingcloud.vod.player
Interface QCPlayer.OnCompletionListener
-
- Enclosing class:
- QCPlayer
public static interface QCPlayer.OnCompletionListenerThe interface On completion listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompletion(QCPlayer player)On completion.
-
-
-
Method Detail
-
onCompletion
void onCompletion(QCPlayer player)
On completion.- Parameters:
player- the mp
-
-