Conaito VoIP Video EVO.NET SDKNamespace: ConaitoAssembly: VoIPVideoEvoNET32 (in VoIPVideoEvoNET32.dll) Version: 4.4.0.2200 (4.4.0.2200)
public bool GetDefaultSoundDevicesEx(
	SoundSystem nSndSystem,
	out int lpnInputDeviceID,
	out int lpnOutputDeviceID
)
public bool GetDefaultSoundDevicesEx(
	SoundSystem nSndSystem,
	out int lpnInputDeviceID,
	out int lpnOutputDeviceID
)
Public Function GetDefaultSoundDevicesEx ( 
	nSndSystem As SoundSystem,
	<OutAttribute> ByRef lpnInputDeviceID As Integer,
	<OutAttribute> ByRef lpnOutputDeviceID As Integer
) As Boolean
Public Function GetDefaultSoundDevicesEx ( 
	nSndSystem As SoundSystem,
	<OutAttribute> ByRef lpnInputDeviceID As Integer,
	<OutAttribute> ByRef lpnOutputDeviceID As Integer
) As Boolean
public:
bool GetDefaultSoundDevicesEx(
	SoundSystem nSndSystem, 
	[OutAttribute] int% lpnInputDeviceID, 
	[OutAttribute] int% lpnOutputDeviceID
)
public:
bool GetDefaultSoundDevicesEx(
	SoundSystem nSndSystem, 
	[OutAttribute] int% lpnInputDeviceID, 
	[OutAttribute] int% lpnOutputDeviceID
)
Return Value
Type: 
Boolean