xine-lib 1.2.13-20230125hg15249
Data Fields
_PARAM Struct Reference

#include <goom_config_param.h>

Data Fields

const char * name
 
const char * desc
 
char rw
 
ParamType type
 
union { 
 
   struct IntVal   ival 
 
   struct FloatVal   fval 
 
   struct StrVal   sval 
 
   struct ListVal   slist 
 
   struct BoolVal   bval 
 
param 
 
void(* change_listener )(struct _PARAM *_this)
 
void(* changed )(struct _PARAM *_this)
 
void * user_data
 

Field Documentation

◆ bval

struct BoolVal _PARAM::bval

◆ change_listener

void(* _PARAM::change_listener) (struct _PARAM *_this)

◆ changed

void(* _PARAM::changed) (struct _PARAM *_this)

Referenced by secure_param().

◆ desc

const char* _PARAM::desc

◆ fval

struct FloatVal _PARAM::fval

Referenced by convolve_init().

◆ ival

struct IntVal _PARAM::ival

◆ name

const char* _PARAM::name

◆ [union]

union { ... } _PARAM::param

Referenced by convolve_init().

◆ rw

char _PARAM::rw

◆ slist

struct ListVal _PARAM::slist

◆ sval

struct StrVal _PARAM::sval

◆ type

ParamType _PARAM::type

◆ user_data

void* _PARAM::user_data

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