BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyTargetMixerStream Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the mixer handle of the mixer to which the StreamCopy handle should be added (see BASSmix addon).

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

public int TargetMixerStream { get; set; }

Property Value

Type: Int32
Remarks

If you specify a TargetMixerStream the StreamCopy handle will automatically be add as a new source channel to that mixer (the BASS_STREAM_DECODE flag will automatically be added to the 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