MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetPosition Method (handle)
NamespacesMPfm.Sound.BassNetWrapperMixerChannelGetPosition(Int32)
Returns the current position of a mixer channel in bytes.

Note: The handle of the decode channel must be passed in parameter.

Declaration Syntax
C#Visual Basic
public long GetPosition(
	int handle
)
Public Function GetPosition ( _
	handle As Integer _
) As Long
Parameters
handle (Int32)
Decode channel handle
Return Value
Position (in bytes)

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