MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Init Method (deviceId, frequency, init)
NamespacesMPfm.Sound.BassNetWrapperBaseInit(Int32, Int32, BASSInit)
Initializes a DirectSound device by its identifier, using the specified sample rate (frequency) and initialization flags. To get the deviceId, use the DeviceHelper class.
Declaration Syntax
C#Visual Basic
public static void Init(
	int deviceId,
	int frequency,
	BASSInit init
)
Public Shared Sub Init ( _
	deviceId As Integer, _
	frequency As Integer, _
	init As BASSInit _
)
Parameters
deviceId (Int32)
Device identifier
frequency (Int32)
Sample rate (in Hz)
init (BASSInit)
Intiailization flags

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