package
3.7.75
Repository: https://github.com/cpdevs/webrtc.git
Documentation: pkg.go.dev

# Functions

New constructs a new SampleBuilder.
WithMaxTimeDelay ensures that packets that are too old in the buffer get purged based on time rather than building up an extraordinarily long delay.
WithPacketReleaseHandler set a callback when the builder is about to release some packet.
WithPartitionHeadChecker is obsolete, it does nothing.

# Structs

SampleBuilder buffers packets until media frames are complete.

# Type aliases

An Option configures a SampleBuilder.