![]() |
MT2523 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | mp3_codec_callback_t) (mp3_codec_media_handle_t *handle, mp3_codec_event_t event_id) |
| This defines the MP3 codec callback function prototype. More... | |
| typedef void(* mp3_codec_callback_t) (mp3_codec_media_handle_t *handle, mp3_codec_event_t event_id) |
This defines the MP3 codec callback function prototype.
The user should register a callback function while opening the MP3 codec. Please refer to mp3_codec_open().
| [in] | handle | is the media handle of the MP3 codec. |
| [in] | event_id | is the value defined in mp3_codec_event_t. This parameter is given by the driver to notify the user about the data flow behavior. |