interceptor

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NackGeneratorInterceptor

type NackGeneratorInterceptor struct {
	interceptor.NoOp
	// contains filtered or unexported fields
}

func NewNackGeneratorInterceptor

func NewNackGeneratorInterceptor() (*NackGeneratorInterceptor, error)

func (*NackGeneratorInterceptor) BindRTCPWriter

func (*NackGeneratorInterceptor) BindRemoteStream

func (*NackGeneratorInterceptor) SetRTT

func (n *NackGeneratorInterceptor) SetRTT(rtt uint32)

func (*NackGeneratorInterceptor) UnbindRemoteStream

func (n *NackGeneratorInterceptor) UnbindRemoteStream(info *interceptor.StreamInfo)

type NackGeneratorInterceptorFactory

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

func (*NackGeneratorInterceptorFactory) NewInterceptor

NewInterceptor constructs a new ReceiverInterceptor

func (*NackGeneratorInterceptorFactory) SetRTT

func (g *NackGeneratorInterceptorFactory) SetRTT(rtt uint32)

type PacerInterceptor added in v1.1.2

type PacerInterceptor struct {
	interceptor.NoOp
	// contains filtered or unexported fields
}

PacerInterceptor is an interceptor that paces outgoing packets to avoid congestion on the bursty traffic of huge frames.

func (*PacerInterceptor) BindLocalStream added in v1.1.2

func (pi *PacerInterceptor) BindLocalStream(stream *interceptor.StreamInfo, writer interceptor.RTPWriter) interceptor.RTPWriter

func (*PacerInterceptor) BindRTCPWriter added in v1.1.2

func (pi *PacerInterceptor) BindRTCPWriter(writer interceptor.RTCPWriter) interceptor.RTCPWriter

BindRTCPWriter lets you modify any outgoing RTCP packets. It is called once per PeerConnection. The returned method will be called once per packet batch.

func (*PacerInterceptor) Close added in v1.1.2

func (pi *PacerInterceptor) Close() error

type PacerInterceptorFactory added in v1.1.2

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

func NewPacerInterceptorFactory added in v1.1.2

func NewPacerInterceptorFactory(pacer pacer.Factory) *PacerInterceptorFactory

func (*PacerInterceptorFactory) NewInterceptor added in v1.1.2

func (p *PacerInterceptorFactory) NewInterceptor(id string) (interceptor.Interceptor, error)

type PacketPool added in v1.1.2

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

func NewPacketPool added in v1.1.2

func NewPacketPool(size ...int) *PacketPool

func (*PacketPool) Get added in v1.1.2

func (p *PacketPool) Get(size int) (*[]byte, *sync.Pool)

Jump to

Keyboard shortcuts

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