Maestro Audio Framework v 1.7
NXP Semiconductors
|
This structure is used by the decoder to register the callback APIs.
#include <ccidec.h>
Data Fields | |
pfnReadCallback * | pfnRead |
Pointer to a function that Reads data from the input stream. | |
pfnSeekCallback * | pfnSeek |
Pointer to a function that seeks the input stream. | |
pfnFtellCallback * | pfnFtell |
Pointer to a function that gives current position of the input stream. | |