BB FlashBack SDK: FBRecorder

MP3Quality

Description

Sets the quality used for MP3 compression, if that has been enabled via FBRecorder::CompressSound.

Syntax

[C#/C++]
public: long MP3Quality

[VB.NET]
Public Property MP3Quality As Long

 

Remarks

This property can take one of these values:

Value

Quality

0

Low

1

Medium (default)

2

High

Sound will only be recorded with MP3 compression if CompressSound is set to True.

See Also

FBRecorder::CompressSound