BASS.NET API for the Un4seen BASS Audio Library

WaveFormPosition2Rendering Method (Int64)

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

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

public long Position2Rendering(
	long bytes
)

Parameters

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

Return Value

Type: Int64
The converted rendering position.
See Also

Reference