View Source Membrane.RTP.VP8.Frame (Membrane RTP VP8 Plugin v0.9.3)
Module resposible for accumulating data from RTP packets into VP8 frames Implements loosely algorithm described here: https://tools.ietf.org/html/rfc7741#section-4.5
Summary
Types
@type t() :: %Membrane.RTP.VP8.Frame{ fragments: [binary()], last_seq_num: nil | Membrane.RTP.VP8.Depayloader.sequence_number(), last_timestamp: nil | non_neg_integer() }