Documentation | InterfaceKit | display_timing
DESCRIPTION
Exposes the display_timing struct.
PROPERTIES
pixel_clock
An integer, the pixel clock speed, in kHz.
h_display, v_display
Integers, pixels and lines
h_sync_start, h_sync_end, h_total, v_sync_start, v_sync_end, v_total
Integers, the bounds.
flags
An integer composed of the following flags:
- 0x08000000 B_BLANK_PEDESTAL
- 0x10000000 B_TIMING_INTERLACED
- 0x20000000 B_POSITIVE_HSYNC
- 0x40000000 B_POSITIVE_VSYNC
- 0x80000000 B_SYNC_ON_GREEN
(These constants have not been included in the API bindings, so you'll need to use the numeric values.)