MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ToPCM Method (ms, sampleRate)
NamespacesMPfm.SoundConvertAudioToPCM(UInt32, UInt32)
Converts to the PCM (samples) format.
Declaration Syntax
C#Visual Basic
public static uint ToPCM(
	uint ms,
	uint sampleRate
)
Public Shared Function ToPCM ( _
	ms As UInteger, _
	sampleRate As UInteger _
) As UInteger
Parameters
ms (UInt32)
Total number of milliseconds
sampleRate (UInt32)
Sample rate
Return Value
PCM (samples)

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