public class VideoUtil
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
VideoUtil.Command |
static interface |
VideoUtil.CommandDelegate |
构造器和说明 |
---|
VideoUtil() |
限定符和类型 | 方法和说明 |
---|---|
void |
doCommand(VideoUtil.Command cmd,
VideoUtil.CommandDelegate.Callback callback) |
java.lang.String |
getCurrentBroadcasterUid() |
java.lang.String |
getCurrentVideoId() |
static VideoUtil |
getInstance() |
boolean |
isBroadcastingVideo() |
boolean |
isWatchingLive() |
boolean |
isWatchingReplay() |
boolean |
isWatchingVideo() |
void |
notifyVideoStart(java.lang.String videoId,
java.lang.String anchorUid,
boolean isLive,
VideoUtil.CommandDelegate cmdDelegate) |
void |
notifyVideoStop(java.lang.String videoId) |
public static VideoUtil getInstance()
public void notifyVideoStart(java.lang.String videoId, java.lang.String anchorUid, boolean isLive, VideoUtil.CommandDelegate cmdDelegate)
public void notifyVideoStop(java.lang.String videoId)
public boolean isWatchingVideo()
public boolean isWatchingLive()
public boolean isWatchingReplay()
public boolean isBroadcastingVideo()
public java.lang.String getCurrentVideoId()
public java.lang.String getCurrentBroadcasterUid()
public void doCommand(VideoUtil.Command cmd, VideoUtil.CommandDelegate.Callback callback)