ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing GL-Sync port information. More...
#include <adl_structures.h>
Data Fields | |
int | iFrequency |
Scanned frequency for this port (vertical refresh rate in milliHz; 60000 means 60 Hz). More... | |
int | iNumOfLEDs |
The number of LEDs for this port. It's also filled within ADLGLSyncPortCaps. More... | |
int | iPortState |
Port state ADL_GLSYNC_PORTSTATE_* Genlock related values. More... | |
int | iPortType |
Type of GL-Sync port (ADL_GLSYNC_PORT_*). More... | |
int | iSignalSource |
Used for ADL_GLSYNC_PORT_RJ45PORT*. It is GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_*. Genlock related values. More... | |
int | iSignalType |
Used for ADL_GLSYNC_PORT_BNC. It is ADL_GLSYNC_SIGNALTYPE_* Genlock related values. More... | |
Structure containing GL-Sync port information.
This structure is used to get status of the GL-Sync ports (BNC or RJ45s) for Workstation Framelock/Genlock.
int ADLGlSyncPortInfo::iFrequency |
Scanned frequency for this port (vertical refresh rate in milliHz; 60000 means 60 Hz).
int ADLGlSyncPortInfo::iNumOfLEDs |
The number of LEDs for this port. It's also filled within ADLGLSyncPortCaps.
int ADLGlSyncPortInfo::iPortState |
Port state ADL_GLSYNC_PORTSTATE_* Genlock related values.
int ADLGlSyncPortInfo::iPortType |
Type of GL-Sync port (ADL_GLSYNC_PORT_*).
int ADLGlSyncPortInfo::iSignalSource |
Used for ADL_GLSYNC_PORT_RJ45PORT*. It is GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_*. Genlock related values.
int ADLGlSyncPortInfo::iSignalType |
Used for ADL_GLSYNC_PORT_BNC. It is ADL_GLSYNC_SIGNALTYPE_* Genlock related values.