MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetASIOInfo Method (initializeBass, deviceId, sampleRate)
NamespacesMPfm.Sound.BassNetWrapperBaseGetASIOInfo(Boolean, Int32, Int32)
Returns information about the ASIO device.
Declaration Syntax
C#Visual Basic
public static ASIOInfo GetASIOInfo(
	bool initializeBass,
	int deviceId,
	int sampleRate
)
Public Shared Function GetASIOInfo ( _
	initializeBass As Boolean, _
	deviceId As Integer, _
	sampleRate As Integer _
) As ASIOInfo
Parameters
initializeBass (Boolean)

[Missing <param name="initializeBass"/> documentation for "M:MPfm.Sound.BassNetWrapper.Base.GetASIOInfo(System.Boolean,System.Int32,System.Int32)"]

deviceId (Int32)
Device Id
sampleRate (Int32)
Sample rate
Return Value
ASIOInfo data structure

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