BASS.NET API for the Un4seen BASS Audio Library

WAVEFORMATEXcbSize Field

BASS.NET API for the Un4seen BASS Audio Library
Size, in bytes, of extra format information appended to the end of the WAVEFORMATEX structure. 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 must be set to zero. For WAVE_FORMAT_PCM formats (and only WAVE_FORMAT_PCM formats), this member is ignored.

Default = 0

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

public short cbSize

Field Value

Type: Int16
See Also

Reference