Membrane RTP plugin v0.4.0-alpha Membrane.RTCP.SenderReportPacket View Source
Parses and constructs RTCP Sender Report defined in RFC3550
Link to this section Summary
Link to this section Types
Link to this type
sender_info_t()
View Sourcesender_info_t() :: %{ wallclock_timestamp: Membrane.Time.t(), rtp_timestamp: non_neg_integer(), sender_packet_count: non_neg_integer(), sender_octet_count: non_neg_integer() }
Link to this type
t()
View Sourcet() :: %Membrane.RTCP.SenderReportPacket{ reports: [Membrane.RTCP.ReportPacketBlock.t()], sender_info: sender_info_t(), ssrc: Membrane.RTP.ssrc_t() }