hi_audio_stream
Description
Defines the audio streams.
Prototype
typedef struct {
hi_u8 ATTRIBUTE *stream; /* the virtual address of stream */
hi_u64 ATTRIBUTE phys_addr; /* the physics address of stream */
hi_u32 len; /* stream length, by bytes */
hi_u64 time_stamp; /* frame time stamp */
hi_u32 seq; /* frame seq, if stream is not a valid frame,seq is 0 */
} hi_audio_stream;
Members
Member |
Description |
|---|---|
stream |
Pointer to the audio stream |
phys_addr |
Physical address of the audio stream |
len |
Audio stream length (unit: byte).
|
time_stamp |
Timestamp of the audio stream |
seq |
Sequence number of the audio stream. If a stream is invalid, seq is 0. |
Parent topic: Audio