Shaka Packager SDK
|
Options parsed from UDP url string of the form: udp://ip:port[?options]. More...
#include <udp_options.h>
Public Member Functions | |
const std::string & | address () const |
uint16_t | port () const |
bool | reuse () const |
const std::string & | interface_address () const |
unsigned | timeout_us () const |
Static Public Member Functions | |
static std::unique_ptr < UdpOptions > | ParseFromString (base::StringPiece udp_url) |
Options parsed from UDP url string of the form: udp://ip:port[?options].
Definition at line 15 of file udp_options.h.
|
static |
Parse from UDP url.
udp_url | is the url of the form udp://ip:port[?options] |
Definition at line 72 of file udp_options.cc.