TVideoGrabber.MultiplexedRole

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the component role with multiplexed video inputs.


Declaration
property MultiplexedRole: TMultiplexedRole read GetMultiplexedRole write SetMultiplexedRole default DEF_MultiplexedRole;


__property TMultiplexedRole MultiplexedRole=read=GetMultiplexedRole, write=SetMultiplexedRole, default=0


Property MultiplexedRole As TxMultiplexedRole

Description

This TMultiplexedRole property is used to specify 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.


See Also
TMultiplexedRole AssociateMultiplexedSlave EnableMultiplexedInput MultiplexedInputEmulation MultiplexedStabilizationDelay MultiplexedSwitchDelay UniqueID