bwe

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TransportCC = "tcc"
	Remb        = "remb"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Receiver

type Receiver interface {
	IncomingPacket(ms int64, packet rtc.Packet)
	SetMaxIncomingBitrate(bitrate uint64)
	SetMinIncomingBitrate(bitrate uint64)
	Close()
}

func NewReceiver

func NewReceiver(bweType string, id uint8, sendRtcp rtc.SendRTCP) Receiver

type Sender

type Sender interface {
	BweType() string
	ReceiveRTCP(report rtcp.Packet)
	EstimateBitrate() uint64
}

func NewSender

func NewSender(bweType string, initialBitrate uint64) Sender

type SenderListener

type SenderListener interface{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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