RtspPortpublic abstract class RtspPort extends Object
Fields Summary |
---|
public static final int | RTSP_DEFAULT_PORT | public static int | port |
Methods Summary |
---|
public static int | getPort()
return port;
| public static void | setPort(int current_port)
port = current_port;
|
|