NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ISC Version Information

Detailed Description

Provides version information for the NvMedia ISC library.

Data Structures

struct  NvMediaISCVersionInfo
 Holds version information for the NvMedia ISC library. More...
 

Functions

NvMediaStatus NvMediaISCGetVersionInfo (NvMediaISCVersionInfo *versionInfo)
 Returns the version information for the NvMedia ISC library. More...
 
NvMediaStatus NvMediaISCGetVersion (NvMediaVersion *version)
 Gets version compatibility information for the NvMedia ISC library. More...
 

Function Documentation

NvMediaStatus NvMediaISCGetVersion ( NvMediaVersion version)

Gets version compatibility information for the NvMedia ISC library.

Parameters
[in]versionA pointer to an NvMediaVersion structure for the client.
Returns
A status code; NVMEDIA_STATUS_OK if the operation was successful, or NVMEDIA_STATUS_BAD_PARAMETER if version was invalid.
NvMediaStatus NvMediaISCGetVersionInfo ( NvMediaISCVersionInfo versionInfo)

Returns the version information for the NvMedia ISC library.

Parameters
[in,out]versionInfoA pointer to an NvMediaISCVersionInfo structure that NvMediaISCGetVersionInfo() fills with data.
Returns
A status code; NVMEDIA_STATUS_OK if the operation was successful, or NVMEDIA_STATUS_BAD_PARAMETER if the versionInfo was invalid.