#include <libmpd++/EventStream.hh>
EventStream class
This is a container for DASH MPD XML EventStream elements. Thsi class is derived from the DASH MPD XML schema for the EventStreamType as found in ISO 23009-1:2022 Clause 5.10.2.3.
- Todo
- This class is incomplete and needs storage adding for attributes and child elements.
◆ EventStream()
com::bbc::libmpdpp::EventStream::EventStream |
( |
| ) |
|
|
inline |
Default constructor
Create an empty EventStream element.
◆ ~EventStream()
virtual com::bbc::libmpdpp::EventStream::~EventStream |
( |
| ) |
|
|
inlinevirtual |
◆ operator==()
bool com::bbc::libmpdpp::EventStream::operator== |
( |
const EventStream & | other | ) |
const |
|
inline |
Comparison operator
- Parameters
-
- Returns
true
if the value of other
is the same as the value of this EventStream, otherwise false
.
The documentation for this class was generated from the following file: