Interface RTSPInterface

All Known Implementing Classes:
RTSPClient, RTSPServer

public interface RTSPInterface
Handles RTSP packets directly.
  • Method Details

    • onPacket

      void onPacket(RTSP rtsp, String[] msg, String remoteip, int remoteport)
    • onConnect

      void onConnect(RTSP rtsp, String remoteip, int remoteport)
    • onDisconnect

      void onDisconnect(RTSP rtsp, String remoteip, int remoteport)