|
VA-API
2.22.0
|
Generic value. More...
#include <va.h>
Public Attributes | |
| VAGenericValueType | type |
| Value type. See VAGenericValueType. | |
| union { | |
| int32_t i | |
| 32-bit signed integer. | |
| float f | |
| 32-bit float. | |
| void * p | |
| Generic pointer. | |
| VAGenericFunc fn | |
| Pointer to function. | |
| } | value |
| Value holder. | |
Generic value.
1.9.1