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... | |
| NvMediaStatus NvMediaISCGetVersion | ( | NvMediaVersion * | version | ) |
Gets version compatibility information for the NvMedia ISC library.
| [in] | version | A pointer to an NvMediaVersion structure for the client. |
| NvMediaStatus NvMediaISCGetVersionInfo | ( | NvMediaISCVersionInfo * | versionInfo | ) |
Returns the version information for the NvMedia ISC library.
| [in,out] | versionInfo | A pointer to an NvMediaISCVersionInfo structure that NvMediaISCGetVersionInfo() fills with data. |