BASS.NET API for the Un4seen BASS Audio Library

WAVEFormatTag Enumeration

BASS.NET API for the Un4seen BASS Audio Library
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.5
Syntax

public enum WAVEFormatTag
Members

  Member nameValueDescription
UNKNOWN0 Unknown Format
PCM1 PCM format (8 or 16 bit), Microsoft Corporation
ADPCM2 AD PCM Format, Microsoft Corporation
IEEE_FLOAT3 IEEE PCM Float format (32 bit)
DOLBY_AC248 AC2, Dolby Laboratories
GSM61049 GSM 6.10, Microsoft Corporation
MSNAUDIO50 MSN Audio, Microsoft Corporation
MPEG80 MPEG format
MPEGLAYER385 ISO/MPEG Layer3 Format
DOLBY_AC3_SPDIF146 AC3 Digital, Sonic Foundry
RAW_AAC1255 Raw AAC
MSAUDIO1352 Microsoft Corporation
WMA353 Windows Media Audio. This format is valid for versions 2 through 9
WMA_PRO354 Windows Media Audio 9 Professional
WMA_LOSSLESS355 Windows Media Audio 9 Lossless
WMA_SPDIF356 Windows Media SPDIF Digital Audio
MPEG_ADTS_AAC5632 ADTS AAC Audio
MPEG_RAW_AAC5633 Raw AAC
MPEG_LOAS5634 MPEG-4 audio transport stream with a synchronization layer (LOAS) and a multiplex layer (LATM)
MPEG_HEAAC5648 High-Efficiency Advanced Audio Coding (HE-AAC) stream
EXTENSIBLE-2 Extensible Format (user defined)
Remarks

See the MMREG.H file for more codec numbers.
See Also

Reference