BB FlashBack SDK: FBRecorder

PCSoundsMicSoundInputValue

Description

Gets the sound level input for the microphone source. This is a read-only property.

This property should only be used on Windows Vista / 7, when the PCSounds and Microphone sources are being recorded together. Otherwise it will return zero.

The property, when used with PCSoundsMicSoundInputMaximum, EnableSoundInputQuery, SoundInputMaximum and SoundInputValue properties enables display of dual 'recording level' type indicators - one for the PC Sounds source and one for the Microphone source, when both sources are being recorded.

Use the VistaRecordPCSounds and VistaRecordMicrophone properties to record both sources on Windows Vista / 7.

Syntax

[C#/C++]
public: Long PCSoundsMicSoundInputValue;

[VB.NET]
Public Property PCSoundsMicSoundInputValue As Integer

See Also

FBRecorder::EnableSoundInputQuery  FBRecorder::SoundInputValue  FBRecorder::PCSoundsMicSoundInputMaximum  FBRecorder::SoundInputMaximum  FBRecorder::VistaRecordPCSounds  FBRecorder::VistaRecordMicrophone