Structure listing useful vars to parse RTP packet payload. More...
#include <rtpdec.h>
Data Structures | |
struct | AUHeaders |
mpeg 4 AU headers More... | |
Data Fields | |
int | sizelength |
int | indexlength |
int | indexdeltalength |
int | profile_level_id |
int | streamtype |
int | objecttype |
char * | mode |
struct rtp_payload_data::AUHeaders * | au_headers |
mpeg 4 AU headers | |
int | au_headers_allocated |
int | nb_au_headers |
int | au_headers_length_bytes |
int | cur_au_index |
Structure listing useful vars to parse RTP packet payload.
Definition at line 30 of file rtpdec.h.
mpeg 4 AU headers
Referenced by rtp_parse_close(), rtp_parse_mp4_au(), and rtp_parse_packet().
Definition at line 51 of file rtpdec.h.
Referenced by rtp_parse_mp4_au().
Definition at line 53 of file rtpdec.h.
Referenced by rtp_parse_mp4_au(), and rtp_parse_packet().
Definition at line 33 of file rtpdec.h.
Referenced by rtp_parse_mp4_au().
char* rtp_payload_data::mode |
Definition at line 38 of file rtpdec.h.
Referenced by rtp_parse_close().
Definition at line 52 of file rtpdec.h.
Referenced by rtp_parse_mp4_au().
Definition at line 32 of file rtpdec.h.
Referenced by rtp_parse_mp4_au().