BASS.NET API for the Un4seen BASS Audio Library

WAVEFORMATEXT Constructor (IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of a generic audio codec format from the given format buffer pointer.

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

public WAVEFORMATEXT(
	IntPtr codec
)

Parameters

codec
Type: SystemIntPtr
A pointer to an audio codec format structure as e.g. returned by BASS_ChannelGetTags(Int32, BASSTag) using the BASS_TAG_WAVEFORMAT flag.
See Also

Reference