mirror of
				https://github.com/pion/webrtc.git
				synced 2025-10-31 10:46:39 +08:00 
			
		
		
		
	
							
								
								
									
										7
									
								
								pkg/rtcp/packet.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								pkg/rtcp/packet.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| package rtcp | ||||
|  | ||||
| // Packet represents an RTCP packet, a protocol used for out-of-band statistics and control information for an RTP session | ||||
| type Packet interface { | ||||
| 	Marshal() ([]byte, error) | ||||
| 	Unmarshal(rawPacket []byte) error | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sean DuBois
					Sean DuBois