SoundWorldInternal_SoundCreateDataBuffer Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract SoundData Internal_SoundCreateDataBuffer(
SoundModes mode,
int channels,
int frequency,
int bufferSize,
SoundWorldDataReadDelegate dataReadCallback
)
Parameters
- mode SoundModes
-
- channels Int32
-
- frequency Int32
-
- bufferSize Int32
-
- dataReadCallback SoundWorldDataReadDelegate
-
Return Value
SoundData
See Also