BASS.NET API for the Un4seen BASS Audio Library

WAVEFORMATEXTextension Field

BASS.NET API for the Un4seen BASS Audio Library
Extra format information is appended to the end of the WAVEFORMATEX structure in this array. This information can be used by non-PCM formats to store extra attributes for the wFormatTag. If no extra information is required by the wFormatTag, this member should be set to zero. For WAVE_FORMAT_PCM formats (and only WAVE_FORMAT_PCM formats), this member is ignored.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public byte[] extension

Field Value

Type: Byte
See Also

Reference