NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

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

Detailed Description

Provides version information for the NvMedia IPP library.

Data Structures

struct  NvMediaIPPVersionInfo
 Holds version information for the NvMedia IPP library. More...
 

Functions

NvMediaStatus NvMediaIPPGetVersionInfo (NvMediaIPPVersionInfo *versionInfo)
 Returns the version information for the NvMedia IPP library. More...
 

Function Documentation

NvMediaStatus NvMediaIPPGetVersionInfo ( NvMediaIPPVersionInfo versionInfo)

Returns the version information for the NvMedia IPP library.

Parameters
[out]versionInfoA pointer to a NvMediaIPPVersionInfo structure to be filled by the function.
Returns
NvMediaStatus, the completion status of the operation: NVMEDIA_STATUS_OK if successful, or NVMEDIA_STATUS_BAD_PARAMETER if the pointer is invalid.