BB FlashBack SDK: FBRecorder

SoundSourcesCount

Description

Returns the number of sound sources that can be recorded on the current sound device. This gives the range of indexes that can be used for GetSoundSource.

This property should be used on Windows 2000/XP. Windows Vista enumerates sound sources differently. When running on Windows Vista, VistaSoundDevicesCount should be used to get the total number of sound sources across all devices.

Note: GetSoundSources should be called before accessing SoundSourcesCount to build an internal list of sound sources.

Syntax

[C#/C++]
public: long SoundSourcesCount;

[VB.NET]
Public Property SoundSourcesCount As Long

See Also

FBRecorder::GetSoundSource  FBRecorder::GetSoundSources