BB FlashBack SDK: FBRecorder

GetDefaultSoundDevice

Description

Returns the ID of the default recording sound device.

Syntax

[C#/C++]
Public void GetDefaultSoundDevice (long *ID);

[VB.NET]
public Sub GetDefaultSoundDevice (ByRef ID as Integer)

Parameters

ID (out): the ID of the device

Remarks

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

See Also

FBRecorder::SoundDevice