libmpd++
DASH MPD parsing and manipulation library
 
Loading...
Searching...
No Matches
libmpd++.hh
Go to the documentation of this file.
1#ifndef _BBC_PARSE_DASH_MPD_LIBMPDPP_HH_
2#define _BBC_PARSE_DASH_MPD_LIBMPDPP_HH_
3/*****************************************************************************
4 * DASH MPD parsing library in C++: main meson build file
5 *****************************************************************************
6 * Copyright: (C) 2025 British Broadcasting Corporation
7 * Author(s): David Waring <david.waring2@bbc.co.uk>
8 * License: LGPLv3
9 *
10 * For full license terms please see the LICENSE file distributed with this
11 * library or refer to: https://www.gnu.org/licenses/lgpl-3.0.txt.
12 */
13
35
113
162
286
287#include "macros.hh"
288
289#include "AdaptationSet.hh"
290#include "BaseURL.hh"
291#include "Codecs.hh"
292#include "ContentComponent.hh"
294#include "ContentProtection.hh"
295#include "Descriptor.hh"
296#include "EventStream.hh"
297#include "exceptions.hh"
298#include "ExtendedBandwidth.hh"
299#include "FailoverContent.hh"
300#include "FrameRate.hh"
301#include "InitializationSet.hh"
302#include "Label.hh"
304#include "Metrics.hh"
305#include "MPD.hh"
306#include "MultipleSegmentBase.hh"
307#include "PatchLocation.hh"
308#include "Period.hh"
309#include "Preselection.hh"
310#include "ProducerReferenceTime.hh"
311#include "ProgramInformation.hh"
312#include "RandomAccess.hh"
313#include "Ratio.hh"
314#include "RepresentationBase.hh"
315#include "Representation.hh"
316#include "Resync.hh"
317#include "RFC6838ContentType.hh"
318#include "SAP.hh"
319#include "SegmentAvailability.hh"
320#include "SegmentBase.hh"
321#include "SegmentList.hh"
322#include "SegmentTemplate.hh"
323#include "SegmentTimeline.hh"
324#include "SegmentURL.hh"
325#include "ServiceDescription.hh"
326#include "SingleRFC7233Range.hh"
327#include "SubRepresentation.hh"
328#include "Subset.hh"
329#include "Switching.hh"
330#include "UIntVWithID.hh"
331#include "URI.hh"
332#include "URL.hh"
333#include "XLink.hh"
334
340
341#endif /* _BBC_PARSE_DASH_MPD_LIBMPDPP_HH_ */