jitter

package
v0.0.0-...-9401d5b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Buffer

type Buffer struct {
	// contains filtered or unexported fields
}

func NewBuffer

func NewBuffer(
	depacketizer rtp.Depacketizer,
	latency time.Duration,
	fnc PacketFunc,
	opts ...Option,
) *Buffer

func (*Buffer) Close

func (b *Buffer) Close()

func (*Buffer) Push

func (b *Buffer) Push(pkt *rtp.Packet)

func (*Buffer) PushAt

func (b *Buffer) PushAt(pkt *rtp.Packet, receivedAt time.Time)

func (*Buffer) PushExtPacket

func (b *Buffer) PushExtPacket(extPkt ExtPacket)

func (*Buffer) PushExtPacketBatch

func (b *Buffer) PushExtPacketBatch(extPktBatch []ExtPacket)

func (*Buffer) Size

func (b *Buffer) Size() int

func (*Buffer) Stats

func (b *Buffer) Stats() *BufferStats

func (*Buffer) UpdateLatency

func (b *Buffer) UpdateLatency(latency time.Duration)

func (*Buffer) WithLogger

func (b *Buffer) WithLogger(logger logger.Logger) *Buffer

type BufferStats

type BufferStats struct {
	PacketsPushed  uint64 // total packets pushed
	PaddingPushed  uint64 // padding packets pushed
	PacketsLost    uint64 // packets lost
	PacketsDropped uint64 // packets dropped (incomplete)
	PacketsPopped  uint64 // packets sent to handler
	SamplesPopped  uint64 // samples sent to handler
}

func (*BufferStats) PacketLoss

func (s *BufferStats) PacketLoss() float64

type ExtPacket

type ExtPacket struct {
	ReceivedAt time.Time
	*rtp.Packet
}

type Option

type Option func(*Buffer)

func WithLogger

func WithLogger(logger logger.Logger) Option

func WithPacketLossHandler

func WithPacketLossHandler(handler func()) Option

type PacketFunc

type PacketFunc func(packets []ExtPacket)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL