Property VLQueuedSwitch.TVLQueuedInputQueuing.PreserveLastFrame
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLQueuedInputQueuing
Contents |
Syntax
Delphi:
property PreserveLastFrame : Boolean read FPreserveLastFrame write SetPreserveLastFrame default False;
C++ Builder:
__property bool PreserveLastFrame = { read=FPreserveLastFrame, write=SetPreserveLastFrame, default=False };
Summary
Preserve The Last Frame.
Description
Use this property to specify if the last frame will be
preserved.
If set to true when switching to a new channel the last frame will be immediately displayed. Otherwise the component will wait for a new frame before displaying it.