Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members  

DecMPA_OutputFormat Struct Reference
[Structures]

DecMPA_OutputFormat objects are used to specify the format of the decoded audio data that is returned by DecMPA_Decode. More...

#include <decmpa.h>

List of all members.

Public Attributes

int nType
 Specifies the type of the data.

int nFrequency
 Specifies the frequency of the data.

int nChannels
 Specifies the number of channels.


Detailed Description

DecMPA_OutputFormat objects are used to specify the format of the decoded audio data that is returned by DecMPA_Decode.


Member Data Documentation

int nType
 

Specifies the type of the data.

Can be either DECMPA_OUTPUT_INT16 or DECMPA_OUTPUT_FLOAT

int nChannels
 

Specifies the number of channels.

Can be 1 for mono or 2 for stereo.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 3 12:23:45 2002 for DecMPA by doxygen1.2.17