1#ifndef _BBC_PARSE_DASH_MPD_SUB_REPRESENTATION_HH_
2#define _BBC_PARSE_DASH_MPD_SUB_REPRESENTATION_HH_
60 void setXMLElement(xmlpp::Element&)
const;
65 std::optional<unsigned int> m_level;
66 std::list<unsigned int> m_dependencyLevel;
67 std::optional<unsigned int> m_bandwidth;
68 std::list<std::string> m_contentComponent;
Definition Representation.hh:55
bool operator==(const SubRepresentation &) const
SubRepresentation & operator=(const SubRepresentation &to_copy)
virtual ~SubRepresentation()
Definition SubRepresentation.hh:47
SubRepresentation(SubRepresentation &&to_move)
SubRepresentation & operator=(SubRepresentation &&to_move)
SubRepresentation(const SubRepresentation &to_copy)
#define LIBMPDPP_NAMESPACE_END
Definition macros.hh:54
#define LIBMPDPP_PUBLIC_API
Used to mark something as part of the public API.
Definition macros.hh:21
#define LIBMPDPP_NAMESPACE_BEGIN
Definition macros.hh:50