VA-API  2.19.0
Public Attributes | List of all members
VAGenericValue Struct Reference

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.
 

Detailed Description

Generic value.


The documentation for this struct was generated from the following file: