AVOption Struct Reference

#include <opt.h>

List of all members.


Detailed Description

AVOption.

Definition at line 46 of file opt.h.


Public Attributes

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

Member Data Documentation

const char* AVOption::name

Definition at line 47 of file opt.h.

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

const char* AVOption::help

short English text help.

Todo:
what about other languages

Definition at line 53 of file opt.h.

Referenced by opt_list().

offset to context structure where the parsed value should be stored

Definition at line 54 of file opt.h.

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

Definition at line 57 of file opt.h.

Referenced by av_opt_set_defaults2(), and av_set_string().

double AVOption::min

Definition at line 58 of file opt.h.

Referenced by av_set_string().

double AVOption::max

Definition at line 59 of file opt.h.

Referenced by av_set_number(), and av_set_string().

Definition at line 61 of file opt.h.

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

const char* AVOption::unit

Definition at line 69 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 Dec 18 05:15:59 2010 for MythTV by  doxygen 1.5.5