BB FlashBack SDK: FBRecorder

PCSoundsMicSoundInputMaximum

Description

Gets the maximum sound level input to 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 PCSoundsMicSoundInputValue, 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 SoundInputMaximum;

[VB.NET]
Public Property SoundInputMaximum As Integer

See Also

FBRecorder::EnableSoundInputQuery  FBRecorder::SoundInputValue  FBRecorder::PCSoundsMicSoundInputValue  FBRecorder::SoundInputMaximum  FBRecorder::VistaRecordPCSounds  FBRecorder::VistaRecordMicrophone