TRVCamReceiver.AudioLatency, VideoLatency

<< Click to display table of contents >>

TRVCamReceiver.AudioLatency, VideoLatency

Latency, in milliseconds.

property VideoLatency: Word;
property AudioLatency: Word;

Video frames/audio fragments are not played, if the specified time has not elapsed.

AudioLatency is important, it makes sure that all audio fragments have been received before playing.

VideoLatency allows to synchronize video with audio. If you do not plan to receive audio, it's recommended to assign VideoLatency = 0 to save resources.

Default values

1000