BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyStreamCopyDevice Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the BASS device, which should be used for the stream copy.

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

public int StreamCopyDevice { get; set; }

Property Value

Type: Int32
Remarks

Note: Setting the BASS device while the DSP_StreamCopy is already assigned will automatically (re)start it. By default the current device is being used.

Make also sure, that the BASS device has been initializes (see BASS_Init(Int32, Int32, BASSInit, IntPtr, IntPtr)) before.

See Also

Reference