Helper structures to handle RTP post-processing (headers) More...
#include <endian.h>
#include <glib.h>
Go to the source code of this file.
Data Structures | |
struct | janus_pp_rtp_header |
struct | janus_pp_rtp_header_extension |
struct | janus_pp_frame_packet |
Typedefs | |
typedef struct janus_pp_rtp_header | janus_pp_rtp_header |
typedef struct janus_pp_rtp_header_extension | janus_pp_rtp_header_extension |
typedef struct janus_pp_frame_packet | janus_pp_frame_packet |
Helper structures to handle RTP post-processing (headers)
A few structures to ease the post-processing of RTP frames: the RTP header, its extensions (that we just skip), and a linked list we use to re-order them for post-processing audio/video later on.
typedef struct janus_pp_frame_packet janus_pp_frame_packet |
typedef struct janus_pp_rtp_header janus_pp_rtp_header |
typedef struct janus_pp_rtp_header_extension janus_pp_rtp_header_extension |