BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyStreamCopy Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the copied BASS stream (the created custom push stream).

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

public int StreamCopy { get; }

Property Value

Type: Int32
Remarks

Note: The ChannelHandle and the StreamCopy handles will be linked. So the StreamCopy channel will be started/stopped/paused/resumed together with the original ChannelHandle.

Use the StreamCopyDevice property to specify the BASS device which should be used for the stream copy. Use the StreamCopyFlags property to specify additional flags which should be used create the stream copy.

See Also

Reference