Click or drag to resize
JitterBufferPacket Structure
Represents the container for one packte in the buffer.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public struct JitterBufferPacket

The JitterBufferPacket type exposes the following members.

Fields
  NameDescription
Public fielddata
Data bytes contained in the packet
Public fieldlen
Length of the packet in bytes
Public fieldsequence
RTP Sequence number if available (0 otherwise)
Public fieldspan
Time covered by the packet (same units as timestamp)
Public fieldtimestamp
Timestamp for the packet
Public fielduser_data
Put whatever data you like here (it's ignored by the jitter buffer)
Top
See Also