| libao documentation | libao version 1.2.2 - 20161114 | 
declared in "ao/ao.h";
A linked list structure to hold option key/value pairs as standard
null-terminated C strings.  It is used by ao_open_live() and ao_open_file().
| typedef struct {
  char *key; 
  char *value;
  struct ao_option *next; /* number of audio channels */
} ao_option; | 
| copyright © 2001-2003 Stan Seibert, 2010-2016 Monty | |
| libao documentation | libao version 1.2.2 - 20161114 |