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

#include <libmpd++/Resync.hh>

Public Member Functions

 Resync ()
 
 Resync (const Resync &to_copy)
 
 Resync (Resync &&to_move)
 
virtual ~Resync ()
 
Resyncoperator= (const Resync &to_copy)
 
Resyncoperator= (Resync &&to_move)
 
bool operator== (const Resync &to_compare) const
 

Detailed Description

Resync class

Container for DASH MPD schema ResyncType from ISO 23009-1:2022 Clause 5.3.13.3.

Todo
Add the attributes for ResyncType in the schema.

Constructor & Destructor Documentation

◆ Resync() [1/3]

com::bbc::libmpdpp::Resync::Resync ( )

◆ Resync() [2/3]

com::bbc::libmpdpp::Resync::Resync ( const Resync & to_copy)

◆ Resync() [3/3]

com::bbc::libmpdpp::Resync::Resync ( Resync && to_move)

◆ ~Resync()

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

Member Function Documentation

◆ operator=() [1/2]

Resync & com::bbc::libmpdpp::Resync::operator= ( const Resync & to_copy)

◆ operator=() [2/2]

Resync & com::bbc::libmpdpp::Resync::operator= ( Resync && to_move)

◆ operator==()

bool com::bbc::libmpdpp::Resync::operator== ( const Resync & to_compare) const

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