Skip to content

VideoCompressorsCount

property, read-only

Delphi
property VideoCompressorsCount: LongInt read GetVideoCompressorsCount;
C++Builder
__property System::LongInt VideoCompressorsCount = {read=GetVideoCompressorsCount, nodefault};
C#
public int VideoCompressorsCount { get; }
VB.NET
Public ReadOnly Property VideoCompressorsCount As Integer
C++/Qt
int GetVideoCompressorsCount ();

Number of video compressors (video codecs) in the VideoCompressors list.

Note: in Delphi and C++Builder versions of the component, this property is available as a VideoCompressorsCount global variable.