=============================================================
| 288 | |
| 289 | //============================================================= |
| 290 | enum WavAudioFormat |
| 291 | { |
| 292 | PCM = 0x0001, |
| 293 | IEEEFloat = 0x0003, |
| 294 | ALaw = 0x0006, |
| 295 | MULaw = 0x0007, |
| 296 | Extensible = 0xFFFE |
| 297 | }; |
| 298 | |
| 299 | //============================================================= |
| 300 | enum AIFFAudioFormat |
nothing calls this directly
no outgoing calls
no test coverage detected