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
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)