Package javaforce.voip
Interface RTSPClientInterface
public interface RTSPClientInterface
RTSP Client Interface
- Author:
- User
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDescribe(RTSPClient client, SDP sdp) voidonGetParameter(RTSPClient client, String[] params) voidonOptions(RTSPClient client) voidonPlay(RTSPClient client) voidonSetup(RTSPClient client) voidonTeardown(RTSPClient client)
-
Method Details
-
onOptions
-
onDescribe
-
onSetup
-
onPlay
-
onTeardown
-
onGetParameter
-