Changeset 2037 for pjproject/trunk/pjmedia/include/pjmedia/wave.h
- Timestamp:
- Jun 20, 2008 9:39:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/wave.h
r974 r2037 27 27 #include <pjmedia/types.h> 28 28 29 /** 30 * @defgroup PJMEDIA_FILE_FORMAT File Formats 31 * @brief Supported file formats 32 */ 33 29 34 30 35 /** 31 36 * @defgroup PJMEDIA_WAVE WAVE Header 32 * @ingroup PJMEDIA_MISC 37 * @ingroup PJMEDIA_FILE_FORMAT 38 * @brief Representation of RIFF/WAVE file format 33 39 * @{ 34 40 * 35 * Supports for simple/canonical Microsoft RIFF WAVE format. 41 * This the the low level representation of RIFF/WAVE file format. For 42 * higher abstraction, please see \ref PJMEDIA_FILE_PLAY and 43 * \ref PJMEDIA_FILE_REC. 36 44 */ 37 45
Note: See TracChangeset
for help on using the changeset viewer.