pub type NVFBC_RANDR_OUTPUT_INFO = _NVFBC_OUTPUT;Expand description
Describes an RandR output.
Filling this structure relies on the XRandR extension. This feature cannot be used if the extension is missing or its version is below the requirements.
\see Requirements
Aliased Type§
#[repr(C)]pub struct NVFBC_RANDR_OUTPUT_INFO {
pub dwId: u32,
pub name: [i8; 128],
pub trackedBox: _NVFBC_BOX,
}Fields§
§dwId: u32Identifier of the RandR output.
name: [i8; 128]Name of the RandR output, as reported by tools such as xrandr(1).
Example: “DVI-I-0”
trackedBox: _NVFBC_BOXRegion of the X screen tracked by the RandR CRTC driving this RandR output.