Versions in this module Expand all Collapse all v3 v3.0.1 Oct 5, 2024 Changes in this version + type Option func(o *SampleBuilder) + func WithJitterBufferMinimumLength(length uint16) Option + func WithMaxTimeDelay(maxLateDuration time.Duration) Option + func WithPacketHeadHandler(h func(headPacket interface{}) interface{}) Option + func WithPacketReleaseHandler(h func(*rtp.Packet)) Option + func WithRTPHeaders(enable bool) Option + type SampleBuilder struct + func New(maxLate uint16, depacketizer rtp.Depacketizer, sampleRate uint32, ...) *SampleBuilder + func (s *SampleBuilder) Flush() + func (s *SampleBuilder) Pop() *media.Sample + func (s *SampleBuilder) Push(p *rtp.Packet) v3.0.0-eslami Oct 5, 2024 Other modules containing this package github.com/sepehrEslami81/webrtc github.com/sepehrEslami81/webrtc/v4