Click or drag to resize

SoundWorldSoundCreateDataBuffer Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static SoundData 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