Click or drag to resize

SoundUtilsconvertPCM Method

[Missing <summary> documentation for "M:StarfieldUtils.SoundUtils.SoundUtils.convertPCM(System.Int16[],System.Int16[])"]

Namespace:  StarfieldUtils.SoundUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float[] convertPCM(
	short[] leftChannel,
	short[] rightChannel
)

Parameters

leftChannel
Type: SystemInt16

[Missing <param name="leftChannel"/> documentation for "M:StarfieldUtils.SoundUtils.SoundUtils.convertPCM(System.Int16[],System.Int16[])"]

rightChannel
Type: SystemInt16

[Missing <param name="rightChannel"/> documentation for "M:StarfieldUtils.SoundUtils.SoundUtils.convertPCM(System.Int16[],System.Int16[])"]

Return Value

Type: Single

[Missing <returns> documentation for "M:StarfieldUtils.SoundUtils.SoundUtils.convertPCM(System.Int16[],System.Int16[])"]

See Also