summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/wave.h')
-rw-r--r--pjmedia/include/pjmedia/wave.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/pjmedia/include/pjmedia/wave.h b/pjmedia/include/pjmedia/wave.h
index 0581b76a..369599fc 100644
--- a/pjmedia/include/pjmedia/wave.h
+++ b/pjmedia/include/pjmedia/wave.h
@@ -26,13 +26,21 @@
*/
#include <pjmedia/types.h>
+/**
+ * @defgroup PJMEDIA_FILE_FORMAT File Formats
+ * @brief Supported file formats
+ */
+
/**
* @defgroup PJMEDIA_WAVE WAVE Header
- * @ingroup PJMEDIA_MISC
+ * @ingroup PJMEDIA_FILE_FORMAT
+ * @brief Representation of RIFF/WAVE file format
* @{
*
- * Supports for simple/canonical Microsoft RIFF WAVE format.
+ * This the the low level representation of RIFF/WAVE file format. For
+ * higher abstraction, please see \ref PJMEDIA_FILE_PLAY and
+ * \ref PJMEDIA_FILE_REC.
*/