BASS.NET API for the Un4seen BASS Audio Library

WaveFormFrameResolution Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the rendering resolution in seconds. The resolution defines the length of one frame which is the smallest unit to display.

The minimum is 0.001 (1ms) and the maximum is 5.0 (5000ms, 5sec.). Default is 0.01 = 10ms.

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

public double FrameResolution { get; set; }

Property Value

Type: Double
Remarks

If UseSimpleScan is used, the frame resolution is fixed to 20ms!
See Also

Reference