![]() |
Maestro Audio Framework v 1.5
NXP Semiconductors
|
CCI Context Structure.
#include <cci_metadata.h>
Data Fields | |
| void * | user_data |
| Holds file pointer (in case of direct file interface) or CCIDecInfo context (in case of streamer interface) | |
| int32_t(* | cci_dec_read )(int32_t, uint8_t *, int32_t, int32_t, void *) |
| CCI interface callback API for read operation. | |
| int32_t(* | cci_dec_seek )(int32_t, int32_t, int32_t, void *) |
| CCI interface callback API for seek operation. | |
| int32_t(* | cci_dec_tell )(int32_t, void *) |
| CCI interface callback API for file position operation. | |