Click or drag to resize

SoundWorldInternal_SoundCreateDataBuffer Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected abstract SoundData Internal_SoundCreateDataBuffer(
	SoundModes mode,
	int channels,
	int frequency,
	int bufferSize,
	SoundWorldDataReadDelegate dataReadCallback
)

Parameters

mode
Type: NeoAxisSoundModes
channels
Type: SystemInt32
frequency
Type: SystemInt32
bufferSize
Type: SystemInt32
dataReadCallback
Type: NeoAxisSoundWorldDataReadDelegate

Return Value

Type: SoundData
See Also