Summary
Get the current amount of playing channels.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_current_playing_channels")]
public static extern int ModuleGetCurrentPlayingChannels(IntPtr mod)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
Return Value
| Type | Description |
|---|---|
| int | The amount of sample channels that are currently being rendered. |