Interface RTSPInterface

All Known Implementing Classes:
RTSPClient

public interface RTSPInterface
Handles RTSP packets directly.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    packet(String[] msg, String remoteip, int remoteport)
     
  • Method Details

    • packet

      void packet(String[] msg, String remoteip, int remoteport)