Defines | |
#define | VDPAU_VERSION 0 |
The VDPAU version described by this header file. | |
Typedefs | |
typedef VdpStatus | VdpGetApiVersion (uint32_t *api_version) |
Retrieve the VDPAU version implemented by the backend. | |
typedef VdpStatus | VdpGetInformationString (char const **information_string) |
Retrieve an implementation-specific string description of the implementation. This typically includes detailed version information. |
#define VDPAU_VERSION 0 |
The VDPAU version described by this header file.
Note that VDPAU version numbers are simple integers that increase monotonically (typically by value 1) with each VDPAU header revision.
typedef VdpStatus VdpGetApiVersion(uint32_t *api_version) |
Retrieve the VDPAU version implemented by the backend.
[out] | api_version | The API version. |
typedef VdpStatus VdpGetInformationString(char const **information_string) |
Retrieve an implementation-specific string description of the implementation. This typically includes detailed version information.
[out] | information_string | A pointer to the information string. Note that this is a statically allocated read-only string. As such, the application must not free the returned pointer. The pointer is valid as long as the implementation is present within the application's address space. |