BASS.NET API for the Un4seen BASS Audio Library

WaveFormPosition2Playback Method (Int64)

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(
	long bytes
)

Parameters

bytes
Type: SystemInt64
The rendering position (in bytes) to convert.

Return Value

Type: Int64
The converted playback position.
See Also

Reference