Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_read_float_stereo")]
public static extern int ModuleReadFloatStereo(IntPtr mod, int sampleRate, int count, float[] left, float[] right)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | |
| sampleRate | int | |
| count | int | |
| left | float[] | |
| right | float[] |
Return Value
| Type | Description |
|---|---|
| int |