Maestro Audio Framework v 1.7
NXP Semiconductors
|
This file Contains functionality that determines the file type and then calls the proper extract meta_data function. More...
Functions | |
int32_t | ccidec_extract_meta_data (audio_stream_type_t stream_type, file_meta_data_t *meta_data, CCI_Ctx *ctx) |
CCI extract metadata top level function for streamer interface. | |
int32_t ccidec_extract_meta_data | ( | audio_stream_type_t | streamType, |
file_meta_data_t * | meta_data, | ||
CCI_Ctx * | ctx ) |
[in] | streamType | Audio Stream Type. |
[in] | meta_data | meta_data extracted from the file. |
[in] | ctx | Pointer to CCI Context structure. |
CODEC_SUCCESS | if meta_data found successfully. |
CODEC_METADATA_FILETYPE_FAILED | if meta_data not found |