15#ifndef __RTP_MEDIA_H__
16#define __RTP_MEDIA_H__
34typedef int16_t SAMPLE;
35#define SAMPLE_MAX INT16_MAX
36#define SAMPLE_MIN INT16_MIN
37#define SAMPLE_NaN SAMPLE_MIN
38#define SAMPLE_BYTES (sizeof(SAMPLE) / sizeof(char))
Definition packet-rtp.h:29
Represents a single dissected RTP packet captured within an RTP stream.
Definition rtp_media.h:43
struct _rtp_info * info
Definition rtp_media.h:45
uint8_t * payload_data
Definition rtp_media.h:47
uint32_t frame_num
Definition rtp_media.h:44
double arrive_offset
Definition rtp_media.h:46