AVOption Struct Reference

AVOption. More...

#include <opt.h>


Data Fields

const char * name
const char * help
 short English text help.
int offset
 offset to context structure where the parsed value should be stored
enum AVOptionType type
double default_val
double min
double max
int flags
const char * unit


Detailed Description

AVOption.

Definition at line 47 of file opt.h.


Field Documentation

const char* AVOption::name

Definition at line 48 of file opt.h.

Referenced by av_find_opt(), av_opt_set_defaults2(), opt_default(), opt_list(), and set_all_opt().

const char* AVOption::help

short English text help.

Todo:
what about other languages

Definition at line 54 of file opt.h.

Referenced by opt_list().

offset to context structure where the parsed value should be stored

Definition at line 55 of file opt.h.

Referenced by av_get_number(), av_get_string(), av_set_number(), and av_set_string().

Definition at line 58 of file opt.h.

Referenced by av_opt_set_defaults2(), and av_set_string().

double AVOption::min

Definition at line 59 of file opt.h.

Referenced by av_set_string().

double AVOption::max

Definition at line 60 of file opt.h.

Referenced by av_set_number(), and av_set_string().

const char* AVOption::unit

Definition at line 70 of file opt.h.

Referenced by av_find_opt(), av_set_string(), opt_list(), and set_all_opt().


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

Generated on Sat Sep 6 21:25:47 2008 for ffmpeg by  doxygen 1.5.6