TRVDesktopVideoMode

<< Click to display table of contents >>

TRVDesktopVideoMode

Contains information about desktop video mode.

Unit [VCL and LCL] MRVType;

Unit [FMX] fmxMRVType;

type
  TRVDesktopVideoMode = packed record
    Width      : Integer;
    Height     : Integer;
    ColorDepth : Byte;
  end;

Fields:

•Width, Height – screen size

•ColorDepth – bytes per pixel

 

See also

•TRVCamera's desktop video mode methods