public interface IStreamHandler
| Modifier and Type | Method and Description |
|---|---|
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
|
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 objectCopyright © 2006-2012 The Red5 Project