hi_audio_frame_info
Description
Defines the information struct of decoded audio frames.
Prototype
typedef struct {
hi_audio_frame *frame; /* frame pointer */
hi_u32 id; /* frame id */
} hi_audio_frame_info;
Member |
Description |
|---|---|
frame |
Pointer to the audio frame |
id |
Audio frame index |
Parent topic: Audio