Interface IPipeConnectionListener

All Known Implementing Classes:
BroadcastScope, ClientBroadcastStream, ConnectionConsumer, ConnectionProvider, FileConsumer, FileProvider, PlayEngine, ServerStream, StreamBandwidthController

public interface IPipeConnectionListener
A listener that wants to listen to events when provider/consumer connects to or disconnects from a specific pipe.
Author:
The Red5 Project, Steven Gong (steven.gong@gmail.com)
  • Method Details

    • onPipeConnectionEvent

      void onPipeConnectionEvent(PipeConnectionEvent event)
      Pipe connection event handler
      Parameters:
      event - Pipe connection event