MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ToPCMBytes Method (samples, bitRate, channelCount)
NamespacesMPfm.SoundConvertAudioToPCMBytes(UInt32, UInt32, UInt32)
Converts to the PCM (bytes) format.
Declaration Syntax
C#Visual Basic
public static uint ToPCMBytes(
	uint samples,
	uint bitRate,
	uint channelCount
)
Public Shared Function ToPCMBytes ( _
	samples As UInteger, _
	bitRate As UInteger, _
	channelCount As UInteger _
) As UInteger
Parameters
samples (UInt32)
Total number of samples
bitRate (UInt32)
Bit rate (ex: 16-bit)
channelCount (UInt32)
Channel count (mono: 1, stereo: 2)
Return Value

[Missing <returns> documentation for "M:MPfm.Sound.ConvertAudio.ToPCMBytes(System.UInt32,System.UInt32,System.UInt32)"]

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)