BB FlashBack SDK: FBExportToSWFParams

SoundMP3Profile

Description

Sets the level of MP3 compression to be used in the exported SWF file.

Syntax

[C#/C++]
public long SoundMP3Profile;

[VB.NET]
Public Property SoundMP3Profile As Long

Remarks

SoundMP3Profile can be one of the following constants:

Value

Audio Quality

0

Normal

1

Low

2

High

5

Very high

Higher audio quality means less compression and larger file sizes.

This property is ignored if SoundCompressFormat is not set to MP3.

 

See Also

FBExportToSWFParams::SoundCompressFormat