Functions

TV APIs
[DFP, TV, Component Video APIs]

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.

Detailed Description

This group outlines all television related APIs.


Function Documentation

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.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[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
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
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.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[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
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
Remarks:
Call ADL_Flush_Driver_Data() after to persist settings on reboot.
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.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[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.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes

Copyright © 2009-2012 Advanced Micro Devices, Inc. All rights reserved.  AMD Developer