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

#include <libmpd++/SegmentTimeline.hh>

Classes

class  S
 

Public Types

using duration_type = std::chrono::microseconds
 

Public Member Functions

 SegmentTimeline ()
 
 SegmentTimeline (const SegmentTimeline &other)
 
 SegmentTimeline (SegmentTimeline &&other)
 
virtual ~SegmentTimeline ()
 
SegmentTimelineoperator= (const SegmentTimeline &other)
 
SegmentTimelineoperator= (SegmentTimeline &&other)
 
bool operator== (const SegmentTimeline &other) const
 

Detailed Description

SegmentTimeline class

Container for DASH MPD schema SegmentTimelineType found in ISO 23009-1:2022 Clause 5.3.9.6.3.

Member Typedef Documentation

◆ duration_type

using com::bbc::libmpdpp::SegmentTimeline::duration_type = std::chrono::microseconds

Constructor & Destructor Documentation

◆ SegmentTimeline() [1/3]

com::bbc::libmpdpp::SegmentTimeline::SegmentTimeline ( )
inline

◆ SegmentTimeline() [2/3]

com::bbc::libmpdpp::SegmentTimeline::SegmentTimeline ( const SegmentTimeline & other)
inline

◆ SegmentTimeline() [3/3]

com::bbc::libmpdpp::SegmentTimeline::SegmentTimeline ( SegmentTimeline && other)
inline

◆ ~SegmentTimeline()

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SegmentTimeline & com::bbc::libmpdpp::SegmentTimeline::operator= ( SegmentTimeline && other)
inline

◆ operator==()

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

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