BB FlashBack SDK: FBRecorder

GetSoundDeviceByName

Description

Returns the ID of a sound device, given its name.

Find the name of a sound device by using FBRecorder::GetSoundDevice.

Syntax

[C#/C++]
Public void GetSoundDeviceByName (BSTR DeviceName , long *ID);

[VB.NET]
public Sub GetSoundDeviceByName (ByVal DeviceName as String, ByRef ID as Integer)

Parameters

DeviceName (in): the name of the sound device

ID (out): the ID of the device

Remarks

Use FBRecorder:SoundDevice to set the sound device that will be recorded.

See Also

FBRecorder::SoundDevice  FBRecorder::GetSoundDevice