MT2523 API Reference  LinkIt SDK v4
Typedef

Overview

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 Documentation

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().

Parameters
[in]handleis the media handle of the MP3 codec.
[in]event_idis the value defined in mp3_codec_event_t. This parameter is given by the driver to notify the user about the data flow behavior.