libao documentation |
libao version 0.8.0 - 20010804 |
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 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |