webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 | |
Simple container class for RTP events.
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.
pb_parse.DataPoint.arrival_timestamp_ms |
pb_parse.DataPoint.incoming |
pb_parse.DataPoint.marker_bit |
pb_parse.DataPoint.payload_type |
pb_parse.DataPoint.size |