Mysterious function: "NvEncodeAPIGetMaxSupportedVersion"

Hello NVIDIA,

I am working with your NVIDIA Video Codec SDK v7.0 and I discovered a mystery function named “NvEncodeAPIGetMaxSupportedVersion” that is neither exported as a public symbol in the nvEncodeAPI.dll nor is it provided in the API function list. There is a description of the function provided and I want to use this to ensure my software is properly compatible with the installed driver version. So how am I supposed to interface with this function? Is this symbol only exported in newer versions of nvEncodeAPI.dll? (maybe my driver DLL is old?)

Thanks,
-Luke

Hi

This api is supported starting from SDK 7.0 and is available from driver version 368.69. What driver version are you currently using? Can you check with 368.69 or later?

Thanks