Go to the source code of this file.
Classes | |
| class | SocketDescriptor |
Functions | |
| static void | sendRTPOverTCP (unsigned char *packet, unsigned packetSize, int socketNum, unsigned char streamChannelId) |
| static HashTable * | socketHashTable (UsageEnvironment &env) |
| static SocketDescriptor * | lookupSocketDescriptor (UsageEnvironment &env, int sockNum) |
| static void | removeSocketDescription (UsageEnvironment &env, int sockNum) |
Variables | |
| Boolean | RTPOverTCP_OK = True |
| void sendRTPOverTCP | ( | unsigned char * | packet, | |
| unsigned | packetSize, | |||
| int | socketNum, | |||
| unsigned char | streamChannelId | |||
| ) | [static] |
Definition at line 239 of file RTPInterface.cpp.
| static HashTable* socketHashTable | ( | UsageEnvironment & | env | ) | [static] |
Definition at line 40 of file RTPInterface.cpp.
Referenced by lookupSocketDescriptor(), and removeSocketDescription().
| static SocketDescriptor* lookupSocketDescriptor | ( | UsageEnvironment & | env, | |
| int | sockNum | |||
| ) | [static] |
Definition at line 68 of file RTPInterface.cpp.
| static void removeSocketDescription | ( | UsageEnvironment & | env, | |
| int | sockNum | |||
| ) | [static] |
Definition at line 74 of file RTPInterface.cpp.
Referenced by SocketDescriptor::deregisterRTPInterface().
| Boolean RTPOverTCP_OK = True |
Definition at line 103 of file RTPInterface.cpp.
Referenced by sendRTPOverTCP().
1.6.3