VLC 4.0.0-dev
vlc_value_t Union Reference

VLC value structure. More...

#include <vlc_common.h>

Data Fields

int64_t i_int
 
bool b_bool
 
float f_float
 
char * psz_string
 
void * p_address
 
struct {
   int32_t   x
 
   int32_t   y
 
coords
 

Detailed Description

VLC value structure.

Field Documentation

◆ b_bool

◆ 

struct { ... } vlc_value_t::coords

◆ f_float

◆ i_int

◆ p_address

◆ psz_string

◆ x

int32_t vlc_value_t::x

◆ y

int32_t vlc_value_t::y

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