BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyStreamCopyFlags Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the BASSFlag flags which should be used to create the StreamCopy.

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

public BASSFlag StreamCopyFlags { get; set; }

Property Value

Type: BASSFlag
Remarks

Note: Setting the stream copy flags while the DSP_StreamCopy is already assigned will automatically (re)start it.

By default no flags are used with the stream copy, so make sure to set these flags accordingly to your scenario. E.g. add a BASS_STREAM_DECODE flag, if you want to create a decoding copy which you might add to a mixer stream.

See Also

Reference