MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SetPosition Method (bytes)
NamespacesMPfm.PlayerPlayerSetPosition(Int64)
Sets the position of the currently playing channel. If the value is in floating point, divide the value by 2 before using it with the "bytes" parameter.
Declaration Syntax
C#Visual Basic
public void SetPosition(
	long bytes
)
Public Sub SetPosition ( _
	bytes As Long _
)
Parameters
bytes (Int64)
Position (in bytes)

Assembly: MPfm.Player (Module: MPfm.Player) Version: 0.5.3.0 (0.5.3.0)