BB FlashBack SDK: FBRecorder

CurDesync

Description

When a recording stops, this property shows the how far out of synchronisation the audio and video tracks are, in milliseconds.

Syntax

[C#/C++]
public: long CurDesync;

[VB.NET]
Public Property CurDesync As Integer

Remarks

The size of the desynchronisation depends on the PCs audio hardware and CPU loading during recording. The desync value should be compared to WAVEIN_MAX_DESYNC, and if larger, the audio and video tracks resynchronised by calling FBSounds:Resynchronise, passing in the length of the recording (get this via opening the recording in FBPlayer and using the Length property).

See Also

FBSounds::Resynchronise