BASS.NET API for the Un4seen BASS Audio Library

WaveFormWave Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the rendered wave buffer instance, ie. lets you access the peak levels scanned.

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

public WaveFormWaveBuffer Wave { get; set; }

Property Value

Type: WaveFormWaveBuffer
Remarks

Setting this property is not recommended, but possible e.g. if you want to create a reference copy of an already rendered WaveForm. Note, that when assigning a WaveFormWaveBuffer from another instance a reference is create (not a full copy).
See Also

Reference