Skip to content

MultiplexedInputEmulation

property

Delphi
property MultiplexedInputEmulation: Boolean read GetMultiplexedInputEmulation write SetMultiplexedInputEmulation default DEF_MultiplexedInputEmulation;
C++Builder
__property bool MultiplexedInputEmulation = {read=GetMultiplexedInputEmulation, write=SetMultiplexedInputEmulation, default=1};
C#
public bool MultiplexedInputEmulation { get; set; }
VB.NET
Public Property MultiplexedInputEmulation As Boolean
C++/Qt
BOOL GetMultiplexedInputEmulation ();
void SetMultiplexedInputEmulation (BOOL Value);

Used to switch inputs periodically in multiplexed mode.

If the video capture board does not switch the inputs automatically, enable this property to get the inputs switched programmatically in the following frame order:

1...2...3...4...1...2...3...4...1...2...3...4... and so on.

See the Video capture devices having multiplexed inputs chapter for more information.