ADL (AMD Display Library) Public APIs
Version 17.1
|
This group outlines all Overlay related APIs. More...
Functions | |
int | ADL2_Display_ControllerOverlayAdjustmentCaps_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlayInput, ADLControllerOverlayInfo *lpCapsInfo) |
Function to get the minimum, maximum, and default values of an overlay adjustment. More... | |
int | ADL2_Display_ControllerOverlayAdjustmentData_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to retrieve the current setting of an overlay adjustment. More... | |
int | ADL2_Display_ControllerOverlayAdjustmentData_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to set the current setting of an overlay adjustment. More... | |
int | ADL_Display_ControllerOverlayAdjustmentCaps_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlayInput, ADLControllerOverlayInfo *lpCapsInfo) |
Function to get the minimum, maximum, and default values of an overlay adjustment. More... | |
int | ADL_Display_ControllerOverlayAdjustmentData_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to retrieve the current setting of an overlay adjustment. More... | |
int | ADL_Display_ControllerOverlayAdjustmentData_Set (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay) |
Function to set the current setting of an overlay adjustment. More... | |
This group outlines all Overlay related APIs.
int ADL2_Display_ControllerOverlayAdjustmentCaps_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADLControllerOverlayInput * | lpOverlayInput, | ||
ADLControllerOverlayInfo * | lpCapsInfo | ||
) |
Function to get the minimum, maximum, and default values of an overlay adjustment.
This function retrieves the minimum, maximum, and default values of an overlay adjustment for a specified adapter.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | lpOverlayInput | The pointer to the ADLControllerOverlayInput structure. |
[in,out] | lpCapsInfo | The pointer to the ADLControllerOverlayInfo structure storing the retrieved overlay adjustment information. |
int ADL2_Display_ControllerOverlayAdjustmentData_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADLControllerOverlayInput * | lpOverlay | ||
) |
Function to retrieve the current setting of an overlay adjustment.
This function retrieves the current setting of an overlay adjustment.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[out] | lpOverlay | The pointer to the retrieved overlay adjustment ADLControllerOverlayInput structure. |
int ADL2_Display_ControllerOverlayAdjustmentData_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
ADLControllerOverlayInput * | lpOverlay | ||
) |
Function to set the current setting of an overlay adjustment.
This function sets the current setting of an overlay adjustment.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in,out] | lpOverlay | The pointer to the overlay adjustment ADLControllerOverlayInput structure. |
int ADL_Display_ControllerOverlayAdjustmentCaps_Get | ( | int | iAdapterIndex, |
ADLControllerOverlayInput * | lpOverlayInput, | ||
ADLControllerOverlayInfo * | lpCapsInfo | ||
) |
Function to get the minimum, maximum, and default values of an overlay adjustment.
This function retrieves the minimum, maximum, and default values of an overlay adjustment for a specified adapter.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | lpOverlayInput | The pointer to the ADLControllerOverlayInput structure. |
[in,out] | lpCapsInfo | The pointer to the ADLControllerOverlayInfo structure storing the retrieved overlay adjustment information. |
int ADL_Display_ControllerOverlayAdjustmentData_Get | ( | int | iAdapterIndex, |
ADLControllerOverlayInput * | lpOverlay | ||
) |
Function to retrieve the current setting of an overlay adjustment.
This function retrieves the current setting of an overlay adjustment.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[out] | lpOverlay | The pointer to the retrieved overlay adjustment ADLControllerOverlayInput structure. |
int ADL_Display_ControllerOverlayAdjustmentData_Set | ( | int | iAdapterIndex, |
ADLControllerOverlayInput * | lpOverlay | ||
) |
Function to set the current setting of an overlay adjustment.
This function sets the current setting of an overlay adjustment.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in,out] | lpOverlay | The pointer to the overlay adjustment ADLControllerOverlayInput structure. |