Versions in this module Expand all Collapse all v3 v3.0.1 Oct 29, 2020 Changes in this version + type Option func(o *SampleBuilder) + func WithPartitionHeadChecker(checker rtp.PartitionHeadChecker) Option + type SampleBuilder struct + func New(maxLate uint16, depacketizer rtp.Depacketizer, opts ...Option) *SampleBuilder + func (s *SampleBuilder) Pop() *media.Sample + func (s *SampleBuilder) PopWithTimestamp() (*media.Sample, uint32) + func (s *SampleBuilder) Push(p *rtp.Packet)