ast_frame Struct Reference
Data structure associated with a single frame of data.
More...
#include <frame.h>
Detailed Description
Data structure associated with a single frame of data.
Definition at line 36 of file frame.h.
Field Documentation
Kind of frame
Definition at line 38 of file frame.h.
Subclass, frame dependent
Definition at line 40 of file frame.h.
Length of data
Definition at line 42 of file frame.h.
Number of 8khz samples in this frame
Definition at line 44 of file frame.h.
Was the data malloc'd? i.e. should we free it when we discard the frame?
Definition at line 46 of file frame.h.
How far into "data" the data really starts
Definition at line 48 of file frame.h.
Optional source of frame for debugging
Definition at line 50 of file frame.h.
Pointer to actual data
Definition at line 52 of file frame.h.
Global delivery time
Definition at line 54 of file frame.h.
Next/Prev for linking stand alone frames
Definition at line 56 of file frame.h.
Next/Prev for linking stand alone frames
Definition at line 58 of file frame.h.
The documentation for this struct was generated from the following file: