libmpd++
DASH MPD parsing and manipulation library
 
Loading...
Searching...
No Matches
com::bbc::libmpdpp::ExtendedBandwidth Class Reference

#include <libmpd++/ExtendedBandwidth.hh>

Public Member Functions

 ExtendedBandwidth ()
 
virtual ~ExtendedBandwidth ()
 
bool operator== (const ExtendedBandwidth &other) const
 

Detailed Description

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.

Todo
This class is incomplete and needs storage for any attributes and child elements adding.

Constructor & Destructor Documentation

◆ ExtendedBandwidth()

com::bbc::libmpdpp::ExtendedBandwidth::ExtendedBandwidth ( )
inline

Default constructor

Create an empty ExtendedBandwidth element.

◆ ~ExtendedBandwidth()

virtual com::bbc::libmpdpp::ExtendedBandwidth::~ExtendedBandwidth ( )
inlinevirtual

Destructor

Member Function Documentation

◆ operator==()

bool com::bbc::libmpdpp::ExtendedBandwidth::operator== ( const ExtendedBandwidth & other) const
inline

Comparison operator

Parameters
otherThe other ExtendedBandwidth to compare to this one.
Returns
true if the value of other is the same as the value of this ExtendedBandwidth, otherwise false.

The documentation for this class was generated from the following file: