BASS.NET API for the Un4seen BASS Audio Library

WAVEFORMATEXT Constructor (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of a generic audio codec format with a given total length.

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

public WAVEFORMATEXT(
	int length
)

Parameters

length
Type: SystemInt32
The total lenght of the format structure including the extension data.
Examples

See Also

Reference