Go to the documentation of this file.
51 #ifndef __SND_COMPRESS_PARAMS_H
52 #define __SND_COMPRESS_PARAMS_H
54 #include <linux/types.h>
57 #define MAX_NUM_CODECS 32
58 #define MAX_NUM_CODEC_DESCRIPTORS 32
59 #define MAX_NUM_BITRATES 32
62 #define SND_AUDIOCODEC_PCM ((__u32) 0x00000001)
63 #define SND_AUDIOCODEC_MP3 ((__u32) 0x00000002)
64 #define SND_AUDIOCODEC_AMR ((__u32) 0x00000003)
65 #define SND_AUDIOCODEC_AMRWB ((__u32) 0x00000004)
66 #define SND_AUDIOCODEC_AMRWBPLUS ((__u32) 0x00000005)
67 #define SND_AUDIOCODEC_AAC ((__u32) 0x00000006)
68 #define SND_AUDIOCODEC_WMA ((__u32) 0x00000007)
69 #define SND_AUDIOCODEC_REAL ((__u32) 0x00000008)
70 #define SND_AUDIOCODEC_VORBIS ((__u32) 0x00000009)
71 #define SND_AUDIOCODEC_FLAC ((__u32) 0x0000000A)
72 #define SND_AUDIOCODEC_IEC61937 ((__u32) 0x0000000B)
73 #define SND_AUDIOCODEC_G723_1 ((__u32) 0x0000000C)
74 #define SND_AUDIOCODEC_G729 ((__u32) 0x0000000D)
75 #define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_G729
83 #define SND_AUDIOPROFILE_PCM ((__u32) 0x00000001)
86 #define SND_AUDIOCHANMODE_MP3_MONO ((__u32) 0x00000001)
87 #define SND_AUDIOCHANMODE_MP3_STEREO ((__u32) 0x00000002)
88 #define SND_AUDIOCHANMODE_MP3_JOINTSTEREO ((__u32) 0x00000004)
89 #define SND_AUDIOCHANMODE_MP3_DUAL ((__u32) 0x00000008)
91 #define SND_AUDIOPROFILE_AMR ((__u32) 0x00000001)
94 #define SND_AUDIOMODE_AMR_DTX_OFF ((__u32) 0x00000001)
95 #define SND_AUDIOMODE_AMR_VAD1 ((__u32) 0x00000002)
96 #define SND_AUDIOMODE_AMR_VAD2 ((__u32) 0x00000004)
98 #define SND_AUDIOSTREAMFORMAT_UNDEFINED ((__u32) 0x00000000)
99 #define SND_AUDIOSTREAMFORMAT_CONFORMANCE ((__u32) 0x00000001)
100 #define SND_AUDIOSTREAMFORMAT_IF1 ((__u32) 0x00000002)
101 #define SND_AUDIOSTREAMFORMAT_IF2 ((__u32) 0x00000004)
102 #define SND_AUDIOSTREAMFORMAT_FSF ((__u32) 0x00000008)
103 #define SND_AUDIOSTREAMFORMAT_RTPPAYLOAD ((__u32) 0x00000010)
104 #define SND_AUDIOSTREAMFORMAT_ITU ((__u32) 0x00000020)
106 #define SND_AUDIOPROFILE_AMRWB ((__u32) 0x00000001)
109 #define SND_AUDIOMODE_AMRWB_DTX_OFF ((__u32) 0x00000001)
110 #define SND_AUDIOMODE_AMRWB_VAD1 ((__u32) 0x00000002)
111 #define SND_AUDIOMODE_AMRWB_VAD2 ((__u32) 0x00000004)
113 #define SND_AUDIOPROFILE_AMRWBPLUS ((__u32) 0x00000001)
115 #define SND_AUDIOPROFILE_AAC ((__u32) 0x00000001)
118 #define SND_AUDIOMODE_AAC_MAIN ((__u32) 0x00000001)
119 #define SND_AUDIOMODE_AAC_LC ((__u32) 0x00000002)
120 #define SND_AUDIOMODE_AAC_SSR ((__u32) 0x00000004)
121 #define SND_AUDIOMODE_AAC_LTP ((__u32) 0x00000008)
122 #define SND_AUDIOMODE_AAC_HE ((__u32) 0x00000010)
123 #define SND_AUDIOMODE_AAC_SCALABLE ((__u32) 0x00000020)
124 #define SND_AUDIOMODE_AAC_ERLC ((__u32) 0x00000040)
125 #define SND_AUDIOMODE_AAC_LD ((__u32) 0x00000080)
126 #define SND_AUDIOMODE_AAC_HE_PS ((__u32) 0x00000100)
127 #define SND_AUDIOMODE_AAC_HE_MPS ((__u32) 0x00000200)
130 #define SND_AUDIOSTREAMFORMAT_MP2ADTS ((__u32) 0x00000001)
131 #define SND_AUDIOSTREAMFORMAT_MP4ADTS ((__u32) 0x00000002)
132 #define SND_AUDIOSTREAMFORMAT_MP4LOAS ((__u32) 0x00000004)
133 #define SND_AUDIOSTREAMFORMAT_MP4LATM ((__u32) 0x00000008)
134 #define SND_AUDIOSTREAMFORMAT_ADIF ((__u32) 0x00000010)
135 #define SND_AUDIOSTREAMFORMAT_MP4FF ((__u32) 0x00000020)
136 #define SND_AUDIOSTREAMFORMAT_RAW ((__u32) 0x00000040)
138 #define SND_AUDIOPROFILE_WMA7 ((__u32) 0x00000001)
139 #define SND_AUDIOPROFILE_WMA8 ((__u32) 0x00000002)
140 #define SND_AUDIOPROFILE_WMA9 ((__u32) 0x00000004)
141 #define SND_AUDIOPROFILE_WMA10 ((__u32) 0x00000008)
143 #define SND_AUDIOMODE_WMA_LEVEL1 ((__u32) 0x00000001)
144 #define SND_AUDIOMODE_WMA_LEVEL2 ((__u32) 0x00000002)
145 #define SND_AUDIOMODE_WMA_LEVEL3 ((__u32) 0x00000004)
146 #define SND_AUDIOMODE_WMA_LEVEL4 ((__u32) 0x00000008)
147 #define SND_AUDIOMODE_WMAPRO_LEVELM0 ((__u32) 0x00000010)
148 #define SND_AUDIOMODE_WMAPRO_LEVELM1 ((__u32) 0x00000020)
149 #define SND_AUDIOMODE_WMAPRO_LEVELM2 ((__u32) 0x00000040)
150 #define SND_AUDIOMODE_WMAPRO_LEVELM3 ((__u32) 0x00000080)
152 #define SND_AUDIOSTREAMFORMAT_WMA_ASF ((__u32) 0x00000001)
157 #define SND_AUDIOSTREAMFORMAT_WMA_NOASF_HDR ((__u32) 0x00000002)
159 #define SND_AUDIOPROFILE_REALAUDIO ((__u32) 0x00000001)
161 #define SND_AUDIOMODE_REALAUDIO_G2 ((__u32) 0x00000001)
162 #define SND_AUDIOMODE_REALAUDIO_8 ((__u32) 0x00000002)
163 #define SND_AUDIOMODE_REALAUDIO_10 ((__u32) 0x00000004)
164 #define SND_AUDIOMODE_REALAUDIO_SURROUND ((__u32) 0x00000008)
166 #define SND_AUDIOPROFILE_VORBIS ((__u32) 0x00000001)
168 #define SND_AUDIOMODE_VORBIS ((__u32) 0x00000001)
170 #define SND_AUDIOPROFILE_FLAC ((__u32) 0x00000001)
176 #define SND_AUDIOMODE_FLAC_LEVEL0 ((__u32) 0x00000001)
177 #define SND_AUDIOMODE_FLAC_LEVEL1 ((__u32) 0x00000002)
178 #define SND_AUDIOMODE_FLAC_LEVEL2 ((__u32) 0x00000004)
179 #define SND_AUDIOMODE_FLAC_LEVEL3 ((__u32) 0x00000008)
180 #define SND_AUDIOMODE_FLAC_LEVEL4 ((__u32) 0x00000010)
181 #define SND_AUDIOMODE_FLAC_LEVEL5 ((__u32) 0x00000020)
182 #define SND_AUDIOMODE_FLAC_LEVEL6 ((__u32) 0x00000040)
183 #define SND_AUDIOMODE_FLAC_LEVEL7 ((__u32) 0x00000080)
184 #define SND_AUDIOMODE_FLAC_LEVEL8 ((__u32) 0x00000100)
186 #define SND_AUDIOSTREAMFORMAT_FLAC ((__u32) 0x00000001)
187 #define SND_AUDIOSTREAMFORMAT_FLAC_OGG ((__u32) 0x00000002)
190 #define SND_AUDIOPROFILE_IEC61937 ((__u32) 0x00000001)
192 #define SND_AUDIOPROFILE_IEC61937_SPDIF ((__u32) 0x00000002)
199 #define SND_AUDIOMODE_IEC_REF_STREAM_HEADER ((__u32) 0x00000000)
200 #define SND_AUDIOMODE_IEC_LPCM ((__u32) 0x00000001)
201 #define SND_AUDIOMODE_IEC_AC3 ((__u32) 0x00000002)
202 #define SND_AUDIOMODE_IEC_MPEG1 ((__u32) 0x00000004)
203 #define SND_AUDIOMODE_IEC_MP3 ((__u32) 0x00000008)
204 #define SND_AUDIOMODE_IEC_MPEG2 ((__u32) 0x00000010)
205 #define SND_AUDIOMODE_IEC_AACLC ((__u32) 0x00000020)
206 #define SND_AUDIOMODE_IEC_DTS ((__u32) 0x00000040)
207 #define SND_AUDIOMODE_IEC_ATRAC ((__u32) 0x00000080)
208 #define SND_AUDIOMODE_IEC_SACD ((__u32) 0x00000100)
209 #define SND_AUDIOMODE_IEC_EAC3 ((__u32) 0x00000200)
210 #define SND_AUDIOMODE_IEC_DTS_HD ((__u32) 0x00000400)
211 #define SND_AUDIOMODE_IEC_MLP ((__u32) 0x00000800)
212 #define SND_AUDIOMODE_IEC_DST ((__u32) 0x00001000)
213 #define SND_AUDIOMODE_IEC_WMAPRO ((__u32) 0x00002000)
214 #define SND_AUDIOMODE_IEC_REF_CXT ((__u32) 0x00004000)
215 #define SND_AUDIOMODE_IEC_HE_AAC ((__u32) 0x00008000)
216 #define SND_AUDIOMODE_IEC_HE_AAC2 ((__u32) 0x00010000)
217 #define SND_AUDIOMODE_IEC_MPEG_SURROUND ((__u32) 0x00020000)
219 #define SND_AUDIOPROFILE_G723_1 ((__u32) 0x00000001)
221 #define SND_AUDIOMODE_G723_1_ANNEX_A ((__u32) 0x00000001)
222 #define SND_AUDIOMODE_G723_1_ANNEX_B ((__u32) 0x00000002)
223 #define SND_AUDIOMODE_G723_1_ANNEX_C ((__u32) 0x00000004)
225 #define SND_AUDIOPROFILE_G729 ((__u32) 0x00000001)
227 #define SND_AUDIOMODE_G729_ANNEX_A ((__u32) 0x00000001)
228 #define SND_AUDIOMODE_G729_ANNEX_B ((__u32) 0x00000002)
234 #define SND_RATECONTROLMODE_CONSTANTBITRATE ((__u32) 0x00000001)
235 #define SND_RATECONTROLMODE_VARIABLEBITRATE ((__u32) 0x00000002)