Defines possible wave formats to be used with the wFormatTag flag.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UNKNOWN | 0 | Unknown Format | |
| PCM | 1 | PCM format (8 or 16 bit), Microsoft Corporation | |
| ADPCM | 2 | AD PCM Format, Microsoft Corporation | |
| IEEE_FLOAT | 3 | IEEE PCM Float format (32 bit) | |
| DOLBY_AC2 | 48 | AC2, Dolby Laboratories | |
| GSM610 | 49 | GSM 6.10, Microsoft Corporation | |
| MSNAUDIO | 50 | MSN Audio, Microsoft Corporation | |
| MPEG | 80 | MPEG format | |
| MPEGLAYER3 | 85 | ISO/MPEG Layer3 Format | |
| DOLBY_AC3_SPDIF | 146 | AC3 Digital, Sonic Foundry | |
| RAW_AAC1 | 255 | Raw AAC | |
| MSAUDIO1 | 352 | Microsoft Corporation | |
| WMA | 353 | Windows Media Audio. This format is valid for versions 2 through 9 | |
| WMA_PRO | 354 | Windows Media Audio 9 Professional | |
| WMA_LOSSLESS | 355 | Windows Media Audio 9 Lossless | |
| WMA_SPDIF | 356 | Windows Media SPDIF Digital Audio | |
| MPEG_ADTS_AAC | 5632 | ADTS AAC Audio | |
| MPEG_RAW_AAC | 5633 | Raw AAC | |
| MPEG_LOAS | 5634 | MPEG-4 audio transport stream with a synchronization layer (LOAS) and a multiplex layer (LATM) | |
| MPEG_HEAAC | 5648 | High-Efficiency Advanced Audio Coding (HE-AAC) stream | |
| EXTENSIBLE | -2 | Extensible Format (user defined) |
Remarks
See Also