XDM IAUDENC Audio Encoder Interface


Detailed Description

This is the XDM IAUDENC Audio Encoder Interface.

Deprecated:
This XDM audio encoder interface has been deprecated, and superceeded by newer IAUDENCx audio encoder interfaces.


Data Structures

struct  IAUDENC_Obj
 This must be the first field of all IAUDENC instance objects. More...
struct  IAUDENC_Params
 Defines the creation time parameters for all IAUDENC instance objects. More...
struct  IAUDENC_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls. More...
struct  IAUDENC_InArgs
 Defines the input arguments for all IAUDENC instance process function. More...
struct  IAUDENC_Status
 Defines instance status parameters (read-only). More...
struct  IAUDENC_OutArgs
 Defines the run time output arguments for all IAUDENC instance objects. More...
struct  IAUDENC_Fxns
 Defines all of the operations on IAUDENC objects. More...

Defines

#define IAUDENC_CID   "ti.xdais.dm.IAUDENC"
#define IAUDENC_ERUNTIME   XDM_ERUNTIME
#define IAUDENC_EOK   XDM_EOK
#define IAUDENC_EFAIL   XDM_EFAIL

Typedefs

typedef IAUDENC_ObjIAUDENC_Handle
 Opaque handle to an IAUDENC objects.
typedef IALG_Cmd IAUDENC_Cmd
 Defines the control commands for the IAUDENC module.


Define Documentation

#define IAUDENC_CID   "ti.xdais.dm.IAUDENC"

IAUDENC Class ID

#define IAUDENC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define IAUDENC_EOK   XDM_EOK

Success.

#define IAUDENC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

typedef struct IAUDENC_Obj* IAUDENC_Handle

Opaque handle to an IAUDENC objects.

typedef IALG_Cmd IAUDENC_Cmd

Defines the control commands for the IAUDENC module.

Remarks:
This ID can be extended in IMOD interface for additional controls.
See also:
XDM_CmdId

IAUDENC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated