#include <libmpd++/PatchLocation.hh>
Public Member Functions | |
PatchLocation () | |
virtual | ~PatchLocation () |
bool | operator== (const PatchLocation &other) const |
![]() | |
URI () | |
URI (const char *uri) | |
URI (const std::string &uri) | |
URI (std::string &&uri) | |
URI (const URI &other) | |
URI (URI &&other) | |
virtual | ~URI () |
URI & | operator= (const URI &other) |
URI & | operator= (URI &&other) |
URI & | operator= (const std::string &val) |
URI & | operator= (std::string &&val) |
bool | operator== (const URI &other) const |
operator std::string () const | |
const std::string & | str () const |
URI | resolveUsingBaseURLs (const std::list< BaseURL > &base_urls) const |
bool | isURL () const |
bool | isAbsoluteURL () const |
PatchLocation class
Container for DASH MPD schema PatchLocationType as found in ISO 23009-1:2022 Clause 5.15.2.
|
inline |
|
inlinevirtual |
|
inline |