|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreamHandler
Method Summary | |
---|---|
void |
onBroadcastStreamStart(IStream stream)
Called when the broadcast starts |
void |
onBroadcastStreamSubscribe(IBroadcastStream stream)
Called when a client subscribes to a broadcast |
void |
onBroadcastStreamUnsubscribe(IBroadcastStream stream)
Called when a client unsubscribes from a broadcast |
void |
onOnDemandStreamConnect(IOnDemandStream stream)
Called when a client connects to an on demand stream |
void |
onOnDemandStreamDisconnect(IOnDemandStream stream)
Called when a client disconnects from an on demand stream |
void |
onRecordStreamStart(IStream stream)
Called when a recording starts |
void |
onRecordStreamStop(IStream stream)
Called when a recording stops |
void |
onStreamPublishStart(IStream stream)
Called when the client begins publishing |
void |
onStreamPublishStop(IStream stream)
Called when the client stops publishing |
Method Detail |
---|
void onStreamPublishStart(IStream stream)
stream
- the stream objectvoid onStreamPublishStop(IStream stream)
stream
- the stream objectvoid onBroadcastStreamStart(IStream stream)
stream
- the stream objectvoid onRecordStreamStart(IStream stream)
stream
- the stream objectvoid onRecordStreamStop(IStream stream)
stream
- the stream objectvoid onBroadcastStreamSubscribe(IBroadcastStream stream)
stream
- the stream objectvoid onBroadcastStreamUnsubscribe(IBroadcastStream stream)
stream
- the stream objectvoid onOnDemandStreamConnect(IOnDemandStream stream)
stream
- the stream objectvoid onOnDemandStreamDisconnect(IOnDemandStream stream)
stream
- the stream object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |