
Data Fields | |
| uint8_t * | data |
| constructed frame, fragments will be copied there | |
| long | len |
| buf length, it's the sum of the fragments length | |
| long | data_size |
| allocated bytes for data | |
| unsigned long | timestamp |
| timestamp of progressive frame | |
| uint8_t * | conf |
| extradata | |
| long | conf_len |
| extradata length | |
| int | size_len |
| Number of bits in the AU header for fragment size. | |
| int | index_len |
| Number of bits in the AU header for the index. | |
| int | delta_len |
| Number of bits in the AU header for the delta index. | |
| aac_elem * | head |
| Head of aac frame list. | |
Definition at line 45 of file rtp_aac.c.
1.5.4