public interface IMediaStreamActionNotify
| Modifier and Type | Method and Description |
|---|---|
void |
onPause(IMediaStream stream,
boolean isPause,
double location)
Called when the player pauses the stream.
|
void |
onPlay(IMediaStream stream,
java.lang.String streamName,
double playStart,
double playLen,
int playReset) |
void |
onPublish(IMediaStream stream,
java.lang.String streamName,
boolean isRecord,
boolean isAppend) |
void |
onSeek(IMediaStream stream,
double location) |
void |
onStop(IMediaStream stream) |
void |
onUnPublish(IMediaStream stream,
java.lang.String streamName,
boolean isRecord,
boolean isAppend) |
void onPause(IMediaStream stream, boolean isPause, double location)
stream - stream nameisPause - true if pauselocation - the location where the pause occured in secondsvoid onPlay(IMediaStream stream, java.lang.String streamName, double playStart, double playLen, int playReset)
void onPublish(IMediaStream stream, java.lang.String streamName, boolean isRecord, boolean isAppend)
void onSeek(IMediaStream stream, double location)
void onStop(IMediaStream stream)
void onUnPublish(IMediaStream stream, java.lang.String streamName, boolean isRecord, boolean isAppend)