Mixer_MosaicLines
Delphi
property Mixer_MosaicLines: LongInt read GetMixer_MosaicLines write SetMixer_MosaicLines default DEF_Mixer_MosaicLines;
C++Builder
__property System::LongInt Mixer_MosaicLines = {read=GetMixer_MosaicLines, write=SetMixer_MosaicLines, default=1};
C#
public int Mixer_MosaicLines { get; set; }
VB.NET
Public Property Mixer_MosaicLines As Integer
C++/Qt
int GetMixer_MosaicLines ();
void SetMixer_MosaicLines (int Value);
Specifies the number of mosaic lines when the component is used to mix several video sources into a single one, in a mosaic layout (see How to mix several video sources into one a single one).