libmpd++
DASH MPD parsing and manipulation library
 
Loading...
Searching...
No Matches
libmpd++ - DASH MPD parsing and manipulation library in C++

Introduction

This library provides a model of the MPD file structure as documented in ISO 23009-1:2022. The model hierarchy starts with the MPD class, which can also parse and output the MPD as MPD XML using the libxml++ library.

Building the library

Please see the Getting started page for details.

Library design

Please see the Overview page for a high level look at how this library is intended to work.

Using the library

Please see the codeExamples "Example code" page for details examples of using this library