TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Representation of a Uniform Resource Locator (URL). More...
Classes | |
class | ts::URL |
Representation of a Uniform Resource Locator (URL). More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Macros | |
#define | URL_PROPERTY(type, suffix, field, fullname) |
Define a URL property accessors. | |
Representation of a Uniform Resource Locator (URL).
#define URL_PROPERTY | ( | type, | |
suffix, | |||
field, | |||
fullname | |||
) |
Define a URL property accessors.
This macro is for class internal use only.
type | C++ type for the property. |
suffix | Accessor methods suffix. |
field | Internal class private field. |
fullname | Explanatory description of the property. |