update documentation (#1885)

This commit is contained in:
Alessandro Ros
2023-05-31 18:16:39 +02:00
committed by GitHub
parent 0cccfa1928
commit 210603d7c4
4 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ type Processor interface {
// cleans and normalizes a data unit.
Process(Unit, bool) error
// returns an unit for the given RTP packet.
// wraps a RTP packet into a Unit.
UnitForRTPPacket(pkt *rtp.Packet, ntp time.Time) Unit
}