comparison libaf/control.h @ 14335:8380694ba14f

af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
author alex
date Mon, 03 Jan 2005 18:59:16 +0000
parents 81e62cbe57d9
children ab617c2e24d3
comparison
equal deleted inserted replaced
14334:8ba01beafb7e 14335:8380694ba14f
111 #define AF_CONTROL_RESAMPLE_SLOPPY 0x00000200 | AF_CONTROL_FILTER_SPECIFIC 111 #define AF_CONTROL_RESAMPLE_SLOPPY 0x00000200 | AF_CONTROL_FILTER_SPECIFIC
112 112
113 // Set resampling accuracy 113 // Set resampling accuracy
114 #define AF_CONTROL_RESAMPLE_ACCURACY 0x00000300 | AF_CONTROL_FILTER_SPECIFIC 114 #define AF_CONTROL_RESAMPLE_ACCURACY 0x00000300 | AF_CONTROL_FILTER_SPECIFIC
115 115
116 // Format 116 // Format
117 117
118 // Set output format bits per sample 118 #define AF_CONTROL_FORMAT_FMT 0x00000400 | AF_CONTROL_FILTER_SPECIFIC
119 #define AF_CONTROL_FORMAT_BPS 0x00000400 | AF_CONTROL_FILTER_SPECIFIC
120
121 // Set output format sample format
122 #define AF_CONTROL_FORMAT_FMT 0x00000500 | AF_CONTROL_FILTER_SPECIFIC
123 119
124 // Channels 120 // Channels
125 121
126 // Set number of output channels in channels 122 // Set number of output channels in channels
127 #define AF_CONTROL_CHANNELS 0x00000600 | AF_CONTROL_FILTER_SPECIFIC 123 #define AF_CONTROL_CHANNELS 0x00000600 | AF_CONTROL_FILTER_SPECIFIC