BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopySourceMixerStream Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the mixer handle of the mixer from which you are cloning (see BASSmix addon).

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

public int SourceMixerStream { get; set; }

Property Value

Type: Int32
Remarks

It is possible to copy either a mixer's source stream or the mixer stream itself. In both cases you must specify the mixers channel handle - so if you clone the mixer itself the ChannelHandle will be equal to this property. If you specify a TargetMixerStream the StreamCopy handle will automatically be add as a new source channel to that mixer (in such case make sure to use BASS_STREAM_DECODE as a StreamCopyFlags). The IsOutputBuffered property will define, if the final output is a buffered stream or not (so if using with a TargetMixerStream you might still need to set it to ).
See Also

Reference