Skip to content

SyncPreview

property

Delphi
property SyncPreview: TSyncPreview read GetSyncPreview write SetSyncPreview  default DEF_SyncPreview;
C++Builder
__property TSyncPreview SyncPreview = {read=GetSyncPreview, write=SetSyncPreview, default=0};
C#
public TSyncPreview SyncPreview { get; set; }
VB.NET
Public Property SyncPreview As TSyncPreview
C++/Qt
TSyncPreview GetSyncPreview ();
void SetSyncPreview (TSyncPreview Value);

Enables/disables the audio/video sync of the preview. This TSyncPreview property is used to maintain the audio rendered and the video displayed in sync, during preview as well as during recording.

When this property is enabled during recording, this can cause an excessive amount of dropped frames with some video capture devices.

Disabling this property can cause a time shift between the audio rendered and the video displayed.