![]() |
MT2523 API Reference
LinkIt SDK v4
|
Silence Frame Information structure. More...
#include <mp3_codec.h>
Data Fields | |
| int32_t | frame_size |
| Size of one mp3 frame. More... | |
| uint8_t * | frame |
| One mp3 frame. More... | |
| int32_t | sampling_rate |
| Sampling Rate. More... | |
| void * | param |
| Extended parameter or information. More... | |
Silence Frame Information structure.
| uint8_t* frame |
One mp3 frame.
| int32_t frame_size |
Size of one mp3 frame.
| void* param |
Extended parameter or information.
| int32_t sampling_rate |
Sampling Rate.