BASS.NET API for the Un4seen BASS Audio Library

WaveFormPosition2Playback Method (Double)

BASS.NET API for the Un4seen BASS Audio Library
Converts a given rendering position to the playback position according to the SyncFactor.

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

public long Position2Playback(
	double seconds
)

Parameters

seconds
Type: SystemDouble
The rendering position (in seconds) to convert.

Return Value

Type: Int64
The converted playback position or -1 on error.
See Also

Reference