BASS.NET API for the Un4seen BASS Audio Library

VisualsChannelIsMixerSource Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the channel being used in one of the Create methods (e.g. CreateSpectrum(Int32, Int32, Int32, Color, Color, Color, Boolean, Boolean, Boolean)) is a buffered mixer source channel. (Default=).

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

public bool ChannelIsMixerSource { get; set; }

Property Value

Type: Boolean
Remarks

When setting this property to , the BASS_MIXER_CHAN_BUFFER flag must have been used on the channel. And such instead of call BASS_ChannelGetData, BASS_Mixer_ChannelGetData will be called internaly to query the FFT data.
See Also

Reference