![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
SDP connection data field. More...
#include <roc_sdp/connection_data.h>
Public Member Functions | |
| ConnectionData () | |
| Initialize empty connection data. | |
| void | clear () |
| Clear all fields. | |
| bool | set_connection_address (address::AddrFamily addrtype, const char *str, size_t str_len) |
| Check and set connection address from a string. | |
| const address::SocketAddr & | connection_address () const |
| The SocketAddr of the ConnectionData. | |
SDP connection data field.
Definition at line 26 of file connection_data.h.
| roc::sdp::ConnectionData::ConnectionData | ( | ) |
Initialize empty connection data.
| void roc::sdp::ConnectionData::clear | ( | ) |
Clear all fields.
| const address::SocketAddr & roc::sdp::ConnectionData::connection_address | ( | ) | const |
The SocketAddr of the ConnectionData.
| bool roc::sdp::ConnectionData::set_connection_address | ( | address::AddrFamily | addrtype, |
| const char * | str, | ||
| size_t | str_len | ||
| ) |
Check and set connection address from a string.