public class PlayNotify
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlayNotify.PlayListner |
| Constructor and Description |
|---|
PlayNotify() |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawNotify() |
void |
EndPlay(boolean notify) |
long |
getStreamId() |
long |
getUserGroupId() |
void |
Init() |
void |
NoFrameNotify(int cnt) |
void |
Release() |
void |
setPlayListner(PlayNotify.PlayListner pl) |
void |
setVideoIds(long userGroupId,
long streamId) |
public void Init()
public void Release()
public void DrawNotify()
public void NoFrameNotify(int cnt)
public void EndPlay(boolean notify)
public void setVideoIds(long userGroupId,
long streamId)
public long getUserGroupId()
public long getStreamId()
public void setPlayListner(PlayNotify.PlayListner pl)