Shaka Packager SDK
|
Options parsed from UDP url string of the form: udp://ip:port[?options]. More...
#include <udp_options.h>
Static Public Member Functions | |
static std::unique_ptr< UdpOptions > | ParseFromString (std::string_view udp_url) |
Options parsed from UDP url string of the form: udp://ip:port[?options].
Definition at line 13 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 84 of file udp_options.cc.