Functions | |
int | ADL_Display_TVCaps_Get (int iAdapterIndex, int iDisplayIndex, int *lpcaps) |
Function to retrieve the TV Caps display information. | |
int | ADL_TV_Standard_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the TV standard. | |
int | ADL_TV_Standard_Get (int iAdapterIndex, int iDisplayIndex, int *lpCurrent, int *lpDefault, int *lpSupportedStandards) |
Function to retrieve the TV standard. |
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_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 |
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. |