#include <libmpd++/ExtendedBandwidth.hh>
Public Member Functions | |
ExtendedBandwidth () | |
virtual | ~ExtendedBandwidth () |
bool | operator== (const ExtendedBandwidth &other) const |
ExtendedBandwidth class
This is a container for DASH MPD ExtendedBandwidth elements and follows the type as given by the XML schema in ISO 23009-1:2022 Clause 5.3.5.6.
|
inline |
Default constructor
Create an empty ExtendedBandwidth element.
|
inlinevirtual |
Destructor
|
inline |
Comparison operator
other | The other ExtendedBandwidth to compare to this one. |
true
if the value of other
is the same as the value of this ExtendedBandwidth, otherwise false
.