Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
func NewReceiver ¶
func NewReceiver() *Receiver
func (*Receiver) ReceiveRTCP ¶
func (*Receiver) ReceiveRTP ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source contains per-Source state information. Implemented as per RFC 3550 appendices A.1 and A.3.
func (*Source) HandleSenderReport ¶
func (s *Source) HandleSenderReport(r *rtcp.SenderReport)
func (*Source) ReceptionReport ¶
func (s *Source) ReceptionReport(now time.Time) rtcp.ReceptionReport
Report is implemented according to the RFC 3550 Appendix A.3.
Click to show internal directories.
Click to hide internal directories.