|
ADL (AMD Display Library) Public APIs
Version 18.1
|
This group outlines all television related APIs. More...
Functions | |
| int | ADL2_Display_TVCaps_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpcaps) |
| Function to retrieve the TV Caps display information. More... | |
| int | ADL2_TV_Standard_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault, int *lpSupportedStandards) |
| Function to retrieve the TV standard. More... | |
| int | ADL2_TV_Standard_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iCurrent) |
| Function to set the TV standard. More... | |
| int | ADL_Display_TVCaps_Get (int iAdapterIndex, int iDisplayIndex, int *lpcaps) |
| Function to retrieve the TV Caps display information. More... | |
| int | ADL_TV_Standard_Get (int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault, int *lpSupportedStandards) |
| Function to retrieve the TV standard. More... | |
| int | ADL_TV_Standard_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
| Function to set the TV standard. More... | |
This group outlines all television related APIs.
| int ADL2_Display_TVCaps_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int * | lpcaps | ||
| ) |
Function to retrieve the TV Caps display information.
This function retrieves the display adjustment information.
| [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] | lpcaps | The pointer to the TV Caps information retrieved from the driver. TV Capabilities and Standards |
| int ADL2_TV_Standard_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int * | lpCurrent, | ||
| int * | lpDefault, | ||
| int * | lpSupportedStandards | ||
| ) |
Function to retrieve the TV standard.
This function retrieves the TV standard for a specified display.
| [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] | lpCurrent | The pointer to the current TV standard. TV Capabilities and Standards |
| [out] | lpDefault | The pointer to the default TV standard. TV Capabilities and Standards |
| [out] | lpSupportedStandards | The pointer to the bit vector of the support video standard. |
| int ADL2_TV_Standard_Set | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int | iCurrent | ||
| ) |
Function to set the TV standard.
This function sets the TV Standard for a specified display.
| [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] | iCurrent | The desired TV Standard. TV Capabilities and Standards |
| int ADL_Display_TVCaps_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int * | lpcaps | ||
| ) |
Function to retrieve the TV Caps display information.
This function retrieves the display adjustment information.
| [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] | lpcaps | The pointer to the TV Caps information retrieved from the driver. TV Capabilities and Standards |
| int ADL_TV_Standard_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int * | lpCurrent, | ||
| int * | lpDefault, | ||
| int * | lpSupportedStandards | ||
| ) |
Function to retrieve the TV standard.
This function retrieves the TV standard for a specified display.
| [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] | lpCurrent | The pointer to the current TV standard. TV Capabilities and Standards |
| [out] | lpDefault | The pointer to the default TV standard. TV Capabilities and Standards |
| [out] | lpSupportedStandards | The pointer to the bit vector of the support video standard. |
| int ADL_TV_Standard_Set | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int | iCurrent | ||
| ) |
Function to set the TV standard.
This function sets the TV Standard for a specified display.
| [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] | iCurrent | The desired TV Standard. TV Capabilities and Standards |