<< Click to display table of contents >> TRVCamMultiView |
TRVCamMultiView shows videos from several video sources. Optionally, it can show activity of audio sources.
Unit [VCL and LCL] MRVCamMultiView;
Unit [FMX] fmxMRVCamMultiView;
Syntax [VCL and LCL]
TRVCamMultiView = class(TScrollingWinControl)
Syntax [FMX]
TRVCamMultiView = class(TCustomScrollBox)
VCL and LCL: TObject TPersistent TComponent TControl TWinControl TScrollingWinControl FMX: TObject TPersistent TComponent TFmxObject TControl TStyledControl TCustomScrollBox |
Fill the collection of Viewers. Each item in this collection defines a position and properties of one video window inside the control. Properties of items of this collections are similar to properties of TRVCamView component.
You can display this viewer expanded to the full screen size by assigning True to FullScreen.
You can allow users to switch to/from a full-screen mode by assigning True to AllowFullScreen.
You can detect switching modes in OnFullScreen event.
See the notes about drawing efficiency in the topics about:
•RefreshRate property