
NVAPI VIO
Quadro SDI Output PG-03776-001_v06 | 96
NVAPI_INTERFACE NvAPI_VIO_Status(NvVioHandle hVioHandle,
NVVIOSTATUS *pStatus);
//---------------------------------------------------------------------
// Function: NvAPI_VIO_SyncFormatDetect
//
// Description: Detects Video I/O incoming sync video format.
//
// SUPPORTED OS: Windows XP and higher
//
// Parameters: NvVioHandle[IN] - The caller provides the SDI device
handle as input.
// pWait(OUT) - Pointer to receive milliseconds to
wait
// before VIOStatus will return detected
// syncFormat.
//
// Returns: NVAPI_OK - Success
// NVAPI_API_NOT_INTIALIZED - NVAPI Not
Initialized
// NVAPI_INVALID_ARGUMENT - Arguments passed to
API are not valid
// NVAPI_NOT_SUPPORTED - Video I/O not
supported
// NVAPI_ERROR - NVAPI Random errors
//---------------------------------------------------------------------
NVAPI_INTERFACE NvAPI_VIO_SyncFormatDetect(NvVioHandle hVioHandle,
NvU32 *pWait);
//---------------------------------------------------------------------
// Function: NvAPI_VIO_GetConfig
//
// Description: Get Graphics to Video configuration.
//
// SUPPORTED OS: Windows XP and higher
//
// Parameters: NvVioHandle[IN] - The caller provides the SDI device
handle as input.
// pConfig(OUT) - Pointer to Graphics to Video
configuration
//
// Returns: NVAPI_OK - Success
// NVAPI_API_NOT_INTIALIZED - NVAPI Not
Initialized
// NVAPI_INVALID_ARGUMENT - Arguments passed to
API are not valid
// NVAPI_INCOMPATIBLE_STRUCT_VERSION - Invalid structure
version
// NVAPI_NOT_SUPPORTED - Video I/O not
supported
// NVAPI_ERROR - NVAPI Random errors
//---------------------------------------------------------------------
NVAPI_INTERFACE NvAPI_VIO_GetConfig(NvVioHandle hVioHandle,
Comentários a estes Manuais