BB FlashBack SDK: FBRecorder

EnableSoundInputQuery

Description

Enables an application to monitor sound input levels to the current recording source, enabling display of a 'recording level' type indicator.

Set EnableSoundInputQuery to True to enable reading of sound levels via the SoundInputMaximum, SoundInputValue, PCSoundsMicSoundInputMaximum, PCSoundsMicSoundInputValue properties.

Set EnableSoundInputQuery to False to disable sound level reading.

The recording source is set on Windows 2000 and XP by the SoundDevice and SoundSource properties, and on Windows Vista the VistaSoundSource property.

Syntax

[C#/C++]
public: Bool EnableSoundInputQuery;

[VB.NET]
Public Property EnableSoundInputQuery As Boolean

See Also

FBRecorder::SoundInputMaximum  FBRecorder::SoundInputValue  FBRecorder::PCSoundsMicSoundInputValue  FBRecorder::PCSoundsMicSoundInputMaximum