ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing GL-Sync Genlock settings. More...
#include <adl_structures.h>
Data Fields | |
int | iFramelockCntlVector |
Vector of framelock control bits. Bitfield of ADL_GLSYNC_FRAMELOCKCNTL_* Genlock related values. More... | |
int | iSampleRate |
Use sampled sync signal. A value of 0 specifies no sampling. More... | |
int | iScanRateCoeff |
Scan rate multiplier applied to the sync signal. ADL_GLSYNC_SCANRATECOEFF_* Genlock related values. More... | |
int | iSignalSource |
Source of the sync signal. Either GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_* Genlock related values. More... | |
int | iSyncDelay |
Delay (ms) generating a sync signal. More... | |
int | iSyncField |
For interlaced sync signals, the value can be ADL_GLSYNC_SYNCFIELD_1 or *_BOTH Genlock related values. More... | |
int | iTriggerEdge |
The signal edge that should trigger synchronization. ADL_GLSYNC_TRIGGEREDGE_* Genlock related values. More... | |
int | iValidMask |
Specifies what fields in this structure are valid Genlock related values. More... | |
Structure containing GL-Sync Genlock settings.
This structure is used to get and set genlock settings for the GPU ports of the GL-Sync module for Workstation Framelock/Genlock.
int ADLGLSyncGenlockConfig::iFramelockCntlVector |
Vector of framelock control bits. Bitfield of ADL_GLSYNC_FRAMELOCKCNTL_* Genlock related values.
int ADLGLSyncGenlockConfig::iSampleRate |
Use sampled sync signal. A value of 0 specifies no sampling.
int ADLGLSyncGenlockConfig::iScanRateCoeff |
Scan rate multiplier applied to the sync signal. ADL_GLSYNC_SCANRATECOEFF_* Genlock related values.
int ADLGLSyncGenlockConfig::iSignalSource |
Source of the sync signal. Either GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_* Genlock related values.
int ADLGLSyncGenlockConfig::iSyncDelay |
Delay (ms) generating a sync signal.
int ADLGLSyncGenlockConfig::iSyncField |
For interlaced sync signals, the value can be ADL_GLSYNC_SYNCFIELD_1 or *_BOTH Genlock related values.
int ADLGLSyncGenlockConfig::iTriggerEdge |
The signal edge that should trigger synchronization. ADL_GLSYNC_TRIGGEREDGE_* Genlock related values.
int ADLGLSyncGenlockConfig::iValidMask |
Specifies what fields in this structure are valid Genlock related values.