| libao documentation | libao version 1.2.0 - 201401271 | 
declared in "ao/ao.h";
This structure describes the attributes of an output driver.
| typedef struct {
  int  type; /* live output or file output? */
  char *name; /* full name of driver */
  char *short_name; /* short name of driver */
  char *comment; /* driver comment */
  int  preferred_byte_format;
  int  priority;
  char **options;
  int  option_count;
} ao_info; | 
| copyright © 2001-2003 Stan Seibert, 2010-2011 Monty | |
| libao documentation | libao version 1.2.0 - 201401271 |