XDM IVIDENC Video Encoder Interface


Detailed Description

This is the XDM IVIDENC Video Encoder Interface.

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


Data Structures

struct  IVIDENC_Obj
 This must be the first field of all IVIDENC instance objects. More...
struct  IVIDENC_Params
 Defines the creation time parameters for all IVIDENC instance objects. More...
struct  IVIDENC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  IVIDENC_InArgs
 Defines the input arguments for all IVIDDEC instance process function. More...
struct  IVIDENC_Status
 Defines instance status parameters (read-only). More...
struct  IVIDENC_OutArgs
 Defines the run time output arguments for all IVIDENC instance objects. More...
struct  IVIDENC_Fxns
 Defines all of the operations on IVIDENC objects. More...

Defines

#define IVIDENC_CID   "ti.xdais.dm.IVIDENC"
#define IVIDENC_ERUNTIME   XDM_ERUNTIME
#define IVIDENC_EOK   XDM_EOK
#define IVIDENC_EFAIL   XDM_EFAIL

Typedefs

typedef IVIDENC_ObjIVIDENC_Handle
 Opaque handle to an IVIDENC objects.
typedef IALG_Cmd IVIDENC_Cmd
 Defines the control commands for the IVIDENC module.


Define Documentation

#define IVIDENC_CID   "ti.xdais.dm.IVIDENC"

IVIDENC Class ID

#define IVIDENC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define IVIDENC_EOK   XDM_EOK

Success.

#define IVIDENC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

typedef struct IVIDENC_Obj* IVIDENC_Handle

Opaque handle to an IVIDENC objects.

typedef IALG_Cmd IVIDENC_Cmd

Defines the control commands for the IVIDENC module.

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

IVIDENC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated