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