Go to the source code of this file.
Classes | |
| class | Locale |
Functions | |
| static char * | getLine (char *startOfLine) |
| static Boolean | isAbsoluteURL (char const *url) |
| static char * | createScaleString (float scale, float currentScale) |
| static char * | createRangeString (float start, float end) |
Variables | |
| static char const * | NoSessionErr = "No RTSP session is currently in progress\n" |
| static char* getLine | ( | char * | startOfLine | ) | [static] |
Definition at line 180 of file RTSPClient.cpp.
| static Boolean isAbsoluteURL | ( | char const * | url | ) | [static] |
Definition at line 620 of file RTSPClient.cpp.
| static char* createScaleString | ( | float | scale, | |
| float | currentScale | |||
| ) | [static] |
Definition at line 1013 of file RTSPClient.cpp.
| static char* createRangeString | ( | float | start, | |
| float | end | |||
| ) | [static] |
Definition at line 1026 of file RTSPClient.cpp.
char const* NoSessionErr = "No RTSP session is currently in progress\n" [static] |
Definition at line 1044 of file RTSPClient.cpp.
1.5.5