org.red5.server.api.stream
public interface IStreamListener
Modifier and Type | Method and Description |
---|---|
void |
packetReceived(IBroadcastStream stream,
IStreamPacket packet)
A packet has been received from a stream.
|
void packetReceived(IBroadcastStream stream, IStreamPacket packet)
stream
- the stream the packet has been received forpacket
- the packet receivedCopyright © 2006-2012 The Red5 Project