<< Click to display table of contents >> TRVMRenderMode |
Specifies a video rendering method.
Unit [VCL and LCL] MRVCamView;
Unit [FMX] fmxMRVCamView;
type
TRVMRenderMode = (rvmrmSoftware, rvmrmOpenGL, rvmrmDirectX, rvmrmAuto);
Value |
Meaning |
rvmrmSoftware |
Standard (GDI) |
rvmrmOpenGL |
OpenGL (unstable; do not use!) |
rvmrmDirectX |
DirectX (unstable; do not use!) |
rvmrmAuto |
Auto selection: •if DirectX is available, uses it; otherwise •if OpenGL is available, uses it; otherwise •uses the standard rendering method |
This is a type of the following properties: