Skip to content

AudioSyncAdjustment

property

Delphi
property AudioSyncAdjustment: LongInt read GetAudioSyncAdjustment write SetAudioSyncAdjustment  default DEF_AudioSyncAdjustment;
C++Builder
__property System::LongInt AudioSyncAdjustment = {read=GetAudioSyncAdjustment, write=SetAudioSyncAdjustment, default=0};
C#
public int AudioSyncAdjustment { get; set; }
VB.NET
Public Property AudioSyncAdjustment As Integer
C++/Qt
int GetAudioSyncAdjustment ();
void SetAudioSyncAdjustment (int Value);

Introduces an audio delay.

Remarks

Used to introduce an audio delay, when the video and audio are not synchronized.

Useful mainly when the audio and video streams do not come out from the same capture device.

This property specifies a number of audio samples that are delayed, in order to get the audio and video in sync.

To use this property:

A quick test can be made of this feature with MainDemo.exe -> "audio tab"