XDM ISPHENC Speech/Voice Encoder Interface


Detailed Description

This is the XDM ISPHENC Speech/Voice Encoder Interface.

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


Data Structures

struct  ISPHENC_Obj
 This must be the first field of all ISPHENC instance objects. More...
struct  ISPHENC_Params
 Defines the creation time parameters for all ISPHENC instance objects. More...
struct  ISPHENC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  ISPHENC_InArgs
 Defines the input arguments for all ISPHENC instance process function. More...
struct  ISPHENC_Status
 Defines instance status parameters (read-only). More...
struct  ISPHENC_OutArgs
 Defines the run time output arguments for all ISPHENC instance objects. More...
struct  ISPHENC_Fxns
 Defines all of the operations on ISPHENC objects. More...

Defines

#define ISPHENC_CID   "ti.xdais.dm.ISPHENC"
#define ISPHENC_ERUNTIME   XDM_ERUNTIME
#define ISPHENC_EOK   XDM_EOK
#define ISPHENC_EFAIL   XDM_EFAIL

Typedefs

typedef ISPHENC_ObjISPHENC_Handle
 Opaque handle to an ISPHENC objects.
typedef IALG_Cmd ISPHENC_Cmd
 Defines the control commands for the ISPHENC module.


Define Documentation

#define ISPHENC_CID   "ti.xdais.dm.ISPHENC"

ISPHENC Class ID

#define ISPHENC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define ISPHENC_EOK   XDM_EOK

Success.

#define ISPHENC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

typedef struct ISPHENC_Obj* ISPHENC_Handle

Opaque handle to an ISPHENC objects.

typedef IALG_Cmd ISPHENC_Cmd

Defines the control commands for the ISPHENC module.

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

ISPHENC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated