|
ADL (AMD Display Library) Public APIs
Version 18.1
|
This group outlines all component video related APIs. More...
Functions | |
| int | ADL2_CV_DongleSettings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpDongleSetting, int *lpOverrideSettingsSupported, int *lpCurOverrideSettings) |
| Function to retrieve the settings of the CV dongle. More... | |
| int | ADL2_CV_DongleSettings_Reset (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex) |
| Function to reset the CV settings to its default settings. More... | |
| int | ADL2_CV_DongleSettings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iOverrideSettings) |
| Function to set the current CV dongle settings. More... | |
| int | ADL_CV_DongleSettings_Get (int iAdapterIndex, int iDisplayIndex, int *lpDongleSetting, int *lpOverrideSettingsSupported, int *lpCurOverrideSettings) |
| Function to retrieve the settings of the CV dongle. More... | |
| int | ADL_CV_DongleSettings_Reset (int iAdapterIndex, int iDisplayIndex) |
| Function to reset the CV settings to its default settings. More... | |
| int | ADL_CV_DongleSettings_Set (int iAdapterIndex, int iDisplayIndex, int iOverrideSettings) |
| Function to set the current CV dongle settings. More... | |
This group outlines all component video related APIs.
| int ADL2_CV_DongleSettings_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int * | lpDongleSetting, | ||
| int * | lpOverrideSettingsSupported, | ||
| int * | lpCurOverrideSettings | ||
| ) |
Function to retrieve the settings of the CV dongle.
This function retrieves the CV dongle settings.
| [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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [out] | lpDongleSetting | The pointer to the CV dongle settings. |
| [out] | lpOverrideSettingsSupported | The pointer to the supported override settings. |
| [out] | lpCurOverrideSettings | The pointer to the current CV override settings. Values used by ADL_CV_DongleSettings_xxx |
| int ADL2_CV_DongleSettings_Reset | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex | ||
| ) |
Function to reset the CV settings to its default settings.
This function resets the CV dongle settings.
| [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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| int ADL2_CV_DongleSettings_Set | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int | iOverrideSettings | ||
| ) |
Function to set the current CV dongle settings.
This function sets the current CV dongle settings to a specified setting.
| [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] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | iOverrideSettings | The new CV settings. Values used by ADL_CV_DongleSettings_xxx |
| int ADL_CV_DongleSettings_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int * | lpDongleSetting, | ||
| int * | lpOverrideSettingsSupported, | ||
| int * | lpCurOverrideSettings | ||
| ) |
Function to retrieve the settings of the CV dongle.
This function retrieves the CV dongle settings.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [out] | lpDongleSetting | The pointer to the CV dongle settings. |
| [out] | lpOverrideSettingsSupported | The pointer to the supported override settings. |
| [out] | lpCurOverrideSettings | The pointer to the current CV override settings. Values used by ADL_CV_DongleSettings_xxx |
| int ADL_CV_DongleSettings_Reset | ( | int | iAdapterIndex, |
| int | iDisplayIndex | ||
| ) |
Function to reset the CV settings to its default settings.
This function resets the CV dongle settings.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| int ADL_CV_DongleSettings_Set | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int | iOverrideSettings | ||
| ) |
Function to set the current CV dongle settings.
This function sets the current CV dongle settings to a specified setting.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | iOverrideSettings | The new CV settings. Values used by ADL_CV_DongleSettings_xxx |