![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the representation of a window's current state.
Definition at line 324 of file nvscrncapt.h.
Data Fields | |
NvScrncaptBool | enabled |
Holds a flag indicating if this window is enabled. More... | |
unsigned int | windowIdx |
Holds the hardware window index whith which this handle is associated. More... | |
NvScrncaptSurfaceMap | surfaceMap |
Holds the handle to the associated frame buffer surface map. More... | |
NvScrncaptBlend | blendMode |
Holds the blend mode. More... | |
unsigned int | winDepth |
Holds the window depth. More... | |
unsigned int | alpha |
Holds the global alpha value for window. More... | |
NvScrncaptBool | invertH |
Holds the horizontal inversion. More... | |
NvScrncaptBool | invertV |
Holds the vertical inversion. More... | |
NvScrncaptAperture | fbAperture |
Holds the framebuffer aperture. More... | |
NvScrncaptAperture | outputAperture |
Holds the output aperture. More... | |
unsigned int NvScrncaptWindowState::alpha |
Holds the global alpha value for window.
Definition at line 336 of file nvscrncapt.h.
NvScrncaptBlend NvScrncaptWindowState::blendMode |
Holds the blend mode.
Definition at line 332 of file nvscrncapt.h.
NvScrncaptBool NvScrncaptWindowState::enabled |
Holds a flag indicating if this window is enabled.
Definition at line 326 of file nvscrncapt.h.
NvScrncaptAperture NvScrncaptWindowState::fbAperture |
Holds the framebuffer aperture.
Definition at line 342 of file nvscrncapt.h.
NvScrncaptBool NvScrncaptWindowState::invertH |
Holds the horizontal inversion.
Definition at line 338 of file nvscrncapt.h.
NvScrncaptBool NvScrncaptWindowState::invertV |
Holds the vertical inversion.
Definition at line 340 of file nvscrncapt.h.
NvScrncaptAperture NvScrncaptWindowState::outputAperture |
Holds the output aperture.
Definition at line 344 of file nvscrncapt.h.
NvScrncaptSurfaceMap NvScrncaptWindowState::surfaceMap |
Holds the handle to the associated frame buffer surface map.
Definition at line 330 of file nvscrncapt.h.
unsigned int NvScrncaptWindowState::winDepth |
Holds the window depth.
Definition at line 334 of file nvscrncapt.h.
unsigned int NvScrncaptWindowState::windowIdx |
Holds the hardware window index whith which this handle is associated.
Definition at line 328 of file nvscrncapt.h.