Click or drag to resize

BaseSoundProcessorProcessFrame Method

[Missing <summary> documentation for "M:StarfieldUtils.SoundUtils.BaseSoundProcessor.ProcessFrame(System.Single[],System.Single[],System.Int32)"]

Namespace:  StarfieldUtils.SoundUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void ProcessFrame(
	float[] Channel1,
	float[] Channel2,
	int SampleRate
)

Parameters

Channel1
Type: SystemSingle

[Missing <param name="Channel1"/> documentation for "M:StarfieldUtils.SoundUtils.BaseSoundProcessor.ProcessFrame(System.Single[],System.Single[],System.Int32)"]

Channel2
Type: SystemSingle

[Missing <param name="Channel2"/> documentation for "M:StarfieldUtils.SoundUtils.BaseSoundProcessor.ProcessFrame(System.Single[],System.Single[],System.Int32)"]

SampleRate
Type: SystemInt32

[Missing <param name="SampleRate"/> documentation for "M:StarfieldUtils.SoundUtils.BaseSoundProcessor.ProcessFrame(System.Single[],System.Single[],System.Int32)"]

See Also