MobileForms Toolkit Documentation

AudioDecoder.SetPosition Method 

Sets the current position of decoder.

public virtual int SetPosition(
int pos,
bool time
);

Parameters

pos
Requested position.
time
true to set position in miliseconds, otherwise false in bytes.

Return Value

Returns current decoder position.

See Also

AudioDecoder Class | Resco.Audio Namespace