Skip to content

MultiplexedSwitchDelay

property

Delphi
property MultiplexedSwitchDelay: LongInt read GetMultiplexedSwitchDelay write SetMultiplexedSwitchDelay default DEF_MultiplexedSwitchDelay;
C++Builder
__property System::LongInt MultiplexedSwitchDelay = {read=GetMultiplexedSwitchDelay, write=SetMultiplexedSwitchDelay, default=0};
C#
public int MultiplexedSwitchDelay { get; set; }
VB.NET
Public Property MultiplexedSwitchDelay As Integer
C++/Qt
int GetMultiplexedSwitchDelay ();
void SetMultiplexedSwitchDelay (int Value);

specifies or retrieves the time each input is active, before switching to the next input, expressed in number of frames. Default value: 0 (means the input is switched after each video frame).