Click or drag to resize
AudioCompressionManagerGetMp3Format Method
Creates audio format for MPEG Layer3 audio data

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static IntPtr GetMp3Format(
	short channels,
	short kbps,
	int samplesPerSec
)

Parameters

channels
Type: SystemInt16
channels number (1 - mono, 2 - stereo)
kbps
Type: SystemInt16
kbits per second (56, for example)
samplesPerSec
Type: SystemInt32
samples per second (11025, for example)

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.GetMp3Format(System.Int16,System.Int16,System.Int32)"]

See Also