BB FlashBack SDK: FBExportToQuickTimeParams

SoundCompressFormat

Description

Determines whether MP3 compression or no compression at all should be used in the exported movie.

Syntax

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

[VB.NET]
Public Property SoundCompressFormat As Long

Remarks

This can be one of the following standard Win32 SDK constants:

WAVE_FORMAT_PCM = 1

WAVE_FORMAT_MPEGLAYER3 = 85

Files exported with sound in PCM (uncompressed) format may be much larger than those exported from the same movie using MP3 format.

 

See Also

FBExportToQuickTimeParams::SoundMP3Profile