Options parsed from UDP url string of the form: udp://ip:port[?options].
More...
#include <udp_options.h>
Options parsed from UDP url string of the form: udp://ip:port[?options].
Definition at line 13 of file udp_options.h.
◆ address()
| const std::string & shaka::UdpOptions::address |
( |
| ) |
const |
|
inline |
◆ buffer_size()
| int shaka::UdpOptions::buffer_size |
( |
| ) |
const |
|
inline |
◆ interface_address()
| const std::string & shaka::UdpOptions::interface_address |
( |
| ) |
const |
|
inline |
◆ is_source_specific_multicast()
| bool shaka::UdpOptions::is_source_specific_multicast |
( |
| ) |
const |
|
inline |
◆ ParseFromString()
| std::unique_ptr< UdpOptions > shaka::UdpOptions::ParseFromString |
( |
std::string_view |
udp_url | ) |
|
|
static |
Parse from UDP url.
- Parameters
-
| udp_url | is the url of the form udp://ip:port[?options] |
- Returns
- a UdpOptions object on success, nullptr otherwise.
Definition at line 84 of file udp_options.cc.
◆ port()
| uint16_t shaka::UdpOptions::port |
( |
| ) |
const |
|
inline |
◆ reuse()
| bool shaka::UdpOptions::reuse |
( |
| ) |
const |
|
inline |
◆ source_address()
| const std::string & shaka::UdpOptions::source_address |
( |
| ) |
const |
|
inline |
◆ timeout_us()
| unsigned shaka::UdpOptions::timeout_us |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: