webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
pb_parse.DataPoint Class Reference
Inheritance diagram for pb_parse.DataPoint:

Public Member Functions

def __init__ (self, rtp_header_str, packet_size, arrival_timestamp_us, incoming)
 

Public Attributes

 size
 
 arrival_timestamp_ms
 
 incoming
 
 payload_type
 
 marker_bit
 

Detailed Description

Simple container class for RTP events.

Constructor & Destructor Documentation

◆ __init__()

def pb_parse.DataPoint.__init__ (   self,
  rtp_header_str,
  packet_size,
  arrival_timestamp_us,
  incoming 
)
Builds a data point by parsing an RTP header, size and arrival time.

RTP header structure is defined in RFC 3550 section 5.1.

Member Data Documentation

◆ arrival_timestamp_ms

pb_parse.DataPoint.arrival_timestamp_ms

◆ incoming

pb_parse.DataPoint.incoming

◆ marker_bit

pb_parse.DataPoint.marker_bit

◆ payload_type

pb_parse.DataPoint.payload_type

◆ size

pb_parse.DataPoint.size

The documentation for this class was generated from the following file: