|
ROHC compression/decompression library
|
ROHC compression context for the RTP profile. More...
#include "c_rtp.h"#include "c_udp.h"#include "rohc_traces_internal.h"#include "rohc_packets.h"#include "rohc_utils.h"#include "sdvl.h"#include "crc.h"#include <stdlib.h>#include <string.h>#include <assert.h>
Variables | |
| struct c_profile | c_rtp_profile |
| Define the compression part of the RTP profile as described in the RFC 3095. | |
ROHC compression context for the RTP profile.
| struct c_profile c_rtp_profile |
{
ROHC_IPPROTO_UDP,
ROHC_PROFILE_RTP,
"RTP / Compressor",
c_rtp_create,
c_rtp_destroy,
c_rtp_check_profile,
c_rtp_check_context,
c_rtp_encode,
c_generic_reinit_context,
c_generic_feedback,
c_rtp_use_udp_port,
}
Define the compression part of the RTP profile as described in the RFC 3095.
1.7.6.1