Summary
Get current song position.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_position_seconds")]
public static extern double ModuleGetPositionSeconds(IntPtr mod)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
double | Current song position in seconds. |