mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
doc/api.html : Update to add missing SF_FORMAT_* values. Closed Debian bug #545257.
This commit is contained in:
parent
84d1393898
commit
c4491c45eb
@ -3,6 +3,9 @@
|
||||
* configure.ac src/version-metadata.rc.in src/Makefile.am
|
||||
Add version string resources to the windows DLL.
|
||||
|
||||
* doc/api.html
|
||||
Update to add missing SF_FORMAT_* values. Closed Debian bug #545257.
|
||||
|
||||
2010-10-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* tests/pedantic-header-test.sh.in
|
||||
|
@ -193,6 +193,10 @@ Not all combinations of endian-ness and major and minor file types are valid.
|
||||
SF_FORMAT_SD2 = 0x160000, /* Sound Designer 2 */
|
||||
SF_FORMAT_FLAC = 0x170000, /* FLAC lossless file format */
|
||||
SF_FORMAT_CAF = 0x180000, /* Core Audio File format */
|
||||
SF_FORMAT_WVE = 0x190000, /* Psion WVE format */
|
||||
SF_FORMAT_OGG = 0x200000, /* Xiph OGG container */
|
||||
SF_FORMAT_MPC2K = 0x210000, /* Akai MPC 2000 sampler */
|
||||
SF_FORMAT_RF64 = 0x220000, /* RF64 WAV file */
|
||||
|
||||
/* Subtypes from here on. */
|
||||
|
||||
@ -226,6 +230,8 @@ Not all combinations of endian-ness and major and minor file types are valid.
|
||||
SF_FORMAT_DPCM_8 = 0x0050, /* 8 bit differential PCM (XI only) */
|
||||
SF_FORMAT_DPCM_16 = 0x0051, /* 16 bit differential PCM (XI only) */
|
||||
|
||||
SF_FORMAT_VORBIS = 0x0060, /* Xiph Vorbis encoding. */
|
||||
|
||||
/* Endian-ness options. */
|
||||
|
||||
SF_ENDIAN_FILE = 0x00000000, /* Default file endian-ness. */
|
||||
|
Loading…
Reference in New Issue
Block a user