1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
/** \mainpage Internal API documentation
\author Damian Pietras <daper (at) daper (dot) net>
\section introduction Introduction
This document describes the part of the internal API that can be used to add
support for a new file format or sound output method. Everything that is
required or may be useful is documented, the rest changes too often.
I hope this documentation is up-to-date enough and contains sufficiently few
errors to make it useful... .
\section documented_parts Documented parts of the API
There are two main parts of the API you in which you could be interested:
\li \ref decoder_api
\li \ref sound_output_driver_api
*/
|