NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 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 the version compatibility for the NvMedia ISC library. More...
 

Function Documentation

NvMediaStatus NvMediaISCGetVersion ( NvMediaVersion version)

Gets the version compatibility for the NvMedia ISC library.

Parameters
[in]versionA pointer to a NvMediaVersion structure of the client.
Returns
NvMediaStatus The status of the operation. Possible values are:
NVMEDIA_STATUS_OK
NVMEDIA_STATUS_BAD_PARAMETER if the pointer is invalid.
NvMediaStatus NvMediaISCGetVersionInfo ( NvMediaISCVersionInfo versionInfo)

Returns the version information for the NvMedia ISC library.

Parameters
[in,out]versionInfoA pointer to a NvMediaISCVersionInfo structure that NvMediaISCGetVersionInfo() fills with data.
Returns
NvMediaStatus The completion status of the operation. Possible values are: