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