MobileForms Toolkit Documentation

CustomDecoder.SetPosition Method 

Sets the current position of decoder.

public abstract 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

CustomDecoder Class | Resco.Audio Namespace