MultiplexedRole
Delphi
property MultiplexedRole: TMultiplexedRole read GetMultiplexedRole write SetMultiplexedRole default DEF_MultiplexedRole;
C++Builder
__property TMultiplexedRole MultiplexedRole = {read=GetMultiplexedRole, write=SetMultiplexedRole, default=0};
C#
public TMultiplexedRole MultiplexedRole { get; set; }
VB.NET
Public Property MultiplexedRole As TMultiplexedRole
C++/Qt
TMultiplexedRole GetMultiplexedRole ();
void SetMultiplexedRole (TMultiplexedRole Value);
This TMultiplexedRole property specifies the role of the component with BT878-based video cards having multiplexed inputs:
mr_NotMultiplexed : normal mode
mr_MultiplexedMosaic4 : displays the 4 inputs in a "mosaic layout", the video size is 2 times the normal size
mr_MultiplexedMosaic16 : displays the 16 inputs in a "mosaic layout", the video size is 4 times the normal size
mr_MultiplexedMaster : sets the TVideoGrabber as master (it will distribute the inputs to the slaves)
mr_MultiplexedSlave : sets the TVideoGrabber component as slave (it will receive a virtual input from the master)
See the multiplexed video inputs chapter.