Click or drag to resize
AudioCompressionManagerToFormat Method (IntPtr, Byte, IntPtr)
Converts audio data to the specified audio format.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static byte[] ToFormat(
	IntPtr format,
	byte[] data,
	IntPtr formatNew
)

Parameters

format
Type: SystemIntPtr
old audio format
data
Type: SystemByte
audio data
formatNew
Type: SystemIntPtr
new audio format

Return Value

Type: Byte

[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.ToFormat(System.IntPtr,System.Byte[],System.IntPtr)"]

See Also