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

#include <libmpd++/EventStream.hh>

Public Member Functions

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ EventStream()

com::bbc::libmpdpp::EventStream::EventStream ( )
inline

Default constructor

Create an empty EventStream element.

◆ ~EventStream()

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

Destructor

Member Function Documentation

◆ operator==()

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

Comparison operator

Parameters
otherThe other EventStream to comnpare to this one.
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: