|
Arduino live555
|
Public Member Functions | |
| Destinations (struct sockaddr_storage const &destAddr, Port const &rtpDestPort, Port const &rtcpDestPort) | |
| Destinations (int tcpSockNum, unsigned char rtpChanId, unsigned char rtcpChanId, TLSState *tlsSt) | |
Public Attributes | |
| Boolean | isTCP |
| struct sockaddr_storage | addr |
| Port | rtpPort |
| Port | rtcpPort |
| int | tcpSocketNum |
| unsigned char | rtpChannelId |
| unsigned char | rtcpChannelId |
| TLSState * | tlsState |