BB FlashBack SDK: FBRecorder

GetSoundSources

Description

This prepares an internal list of recording sound sources used in GetSoundSourcesInfo, GetSoundSource and SoundSourcesCount.

This method should be called before any of the above 3 methods and properties are accessed.

Syntax

[C#/C++]
Public void GetSoundSources (long DeviceID);

[VB.NET]
public Sub GetSoundSources (ByVal DeviceID as Integer)

Parameters

DeviceID (in): the ID of the device for which sources will be read

See Also

FBRecorder::GetSoundSourcesInfo  FBRecorder::GetSoundSource  FBRecorder::SoundSourcesCount