Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

audiere::FileFormatDesc Struct Reference

Describes a file format that Audiere supports. More...

#include <audiere.h>

List of all members.

Public Attributes

std::string description
 Short description of format, such as "MP3 Files" or "Mod Files".

std::vector< std::string > extensions
 List of support extensions, such as {"mod", "it", "xm"}.


Detailed Description

Describes a file format that Audiere supports.

Definition at line 626 of file audiere.h.


Member Data Documentation

std::string audiere::FileFormatDesc::description
 

Short description of format, such as "MP3 Files" or "Mod Files".

Definition at line 628 of file audiere.h.

std::vector<std::string> audiere::FileFormatDesc::extensions
 

List of support extensions, such as {"mod", "it", "xm"}.

Definition at line 631 of file audiere.h.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 12 01:43:59 2002 for audiere by doxygen1.2.17