JitterBufferPacket Structure |
Namespace: Ozeki.Media
The JitterBufferPacket type exposes the following members.
Name | Description | |
---|---|---|
data |
Data bytes contained in the packet
| |
len |
Length of the packet in bytes
| |
sequence |
RTP Sequence number if available (0 otherwise)
| |
span |
Time covered by the packet (same units as timestamp)
| |
timestamp |
Timestamp for the packet
| |
user_data |
Put whatever data you like here (it's ignored by the jitter buffer)
|