GstRTCPPacket

Data structure that points to a packet at @offset in @buffer. The size of the structure is made public to allow stack allocations.

Members

Variables

count
ubyte count;
entryOffset
uint entryOffset;
itemCount
uint itemCount;
itemOffset
uint itemOffset;
length
ushort length;
offset
uint offset;

offset of packet in buffer data

padding
bool padding;
rtcp
GstRTCPBuffer* rtcp;

pointer to RTCP buffer

type
GstRTCPType type;