![]() |
![]() |
|
XDAIS
dais-x04
|
This header defines all types, constants, and functions shared by all implementations of the audio decoder algorithms.

Go to the source code of this file.
Data Structures | |
| struct | IAUDDEC1_Obj |
| This must be the first field of all IAUDDEC1 instance objects. More... | |
| struct | IAUDDEC1_Params |
| Defines the creation time parameters for all IAUDDEC1 instance objects. More... | |
| struct | IAUDDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IAUDDEC1_InArgs |
| Defines the input arguments for all IAUDDEC1 instance process function. More... | |
| struct | IAUDDEC1_Status |
| Defines instance status parameters (read-only). More... | |
| struct | IAUDDEC1_OutArgs |
| Defines the run time output arguments for all IAUDDEC1 instance objects. More... | |
| struct | IAUDDEC1_Fxns |
| Defines all of the operations on IAUDDEC1 objects. More... | |
Macros | |
| #define | IAUDDEC1_EOK XDM_EOK |
| | |
| #define | IAUDDEC1_EFAIL XDM_EFAIL |
| | |
| #define | IAUDDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
| | |
Typedefs | |
| typedef struct IAUDDEC1_Obj | IAUDDEC1_Obj |
| This must be the first field of all IAUDDEC1 instance objects. | |
| typedef struct IAUDDEC1_Obj * | IAUDDEC1_Handle |
| Opaque handle to an IAUDDEC1 objects. | |
| typedef struct IAUDDEC1_Params | IAUDDEC1_Params |
| Defines the creation time parameters for all IAUDDEC1 instance objects. | |
| typedef struct IAUDDEC1_DynamicParams | IAUDDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IAUDDEC1_InArgs | IAUDDEC1_InArgs |
| Defines the input arguments for all IAUDDEC1 instance process function. | |
| typedef struct IAUDDEC1_Status | IAUDDEC1_Status |
| Defines instance status parameters (read-only). | |
| typedef struct IAUDDEC1_OutArgs | IAUDDEC1_OutArgs |
| Defines the run time output arguments for all IAUDDEC1 instance objects. | |
| typedef IALG_Cmd | IAUDDEC1_Cmd |
| Defines the control commands for the IAUDDEC1 module. | |
| typedef struct IAUDDEC1_Fxns | IAUDDEC1_Fxns |
| Defines all of the operations on IAUDDEC1 objects. | |