samplebuilder

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SampleBuilder

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

SampleBuilder contains all packets maxLate determines how long we should wait until we get a valid RTCSample The larger the value the less packet loss you will see, but higher latency

func New

func New(maxLate uint16, depacketizer rtp.Depacketizer) *SampleBuilder

New constructs a new SampleBuilder

func (*SampleBuilder) Pop

func (s *SampleBuilder) Pop() *media.RTCSample

Pop scans buffer for valid samples, returns nil when no valid samples have been found

func (*SampleBuilder) Push

func (s *SampleBuilder) Push(p *rtp.Packet)

Push adds a RTP Packet to the sample builder

Jump to

Keyboard shortcuts

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