BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyOutputLatency Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the output latency in milliseconds (default = 0).

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

public int OutputLatency { get; set; }

Property Value

Type: Int32
Remarks

The output latency compensates for an additional delay of the DirectSound buffer. You should initialize this property with the BASS_INFO.latency member when using with a buffered output.
See Also

Reference