Summary
Set the module's current position in frame position.
Syntax
public static float ModuleSetPosition(IntPtr mod, int sampleRate, int position)
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
| sampleRate | int | The audio sample rate. |
| position | int | The desired frame position. |
Return Value
| Type | Description |
|---|---|
| float | The approximate new position in seconds. |