mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 23:56:54 +08:00
update documentation (#1885)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user