# Functions
DefaultRTCPFormatter returns the default log format for RTCP packets.
DefaultRTPFormatter returns the default log format for RTP packets.
Log sets a logger for the interceptor.
NewPacketDumper creates a new PacketDumper.
NewReceiverInterceptor returns a new ReceiverInterceptor.
NewSenderInterceptor returns a new SenderInterceptorFactory.
RTCPFilter sets the RTCP filter.
RTCPFormatter sets the RTCP format.
RTCPWriter sets the io.Writer on which RTCP packets will be dumped.
RTPFilter sets the RTP filter.
RTPFormatter sets the RTP format.
RTPWriter sets the io.Writer on which RTP packets will be dumped.
# Structs
PacketDumper dumps packet to a io.Writer.
ReceiverInterceptor interceptor dumps outgoing RTP packets.
ReceiverInterceptorFactory is a interceptor.Factory for a ReceiverInterceptor.
SenderInterceptor responds to nack feedback messages.
SenderInterceptorFactory is a interceptor.Factory for a SenderInterceptor.
# Type aliases
PacketDumperOption can be used to configure SenderInterceptor.
RTCPFilterCallback can be used to filter RTCP packets to dump.
RTCPFormatCallback can be used to apply custom formatting to each dumped RTCP packet.
RTPFilterCallback can be used to filter RTP packets to dump.
RTPFormatCallback can be used to apply custom formatting to each dumped RTP packet.