Documentation
¶
Index ¶
Constants ¶
View Source
const ( FrameAudioOpus = iota FrameVideoH264 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H264RTPDepacketizer ¶
type H264RTPDepacketizer struct {
// contains filtered or unexported fields
}
func NewH264Depacketizer ¶
func NewH264Depacketizer() *H264RTPDepacketizer
func (*H264RTPDepacketizer) AddPacket ¶
func (dpkt *H264RTPDepacketizer) AddPacket(packet *rtp.Packet)
func (*H264RTPDepacketizer) OnFrame ¶
func (dpkt *H264RTPDepacketizer) OnFrame(cb H264StreamCallback)
type H264StreamCallback ¶
type H264StreamCallback func(frame *Frame)
type RTPJitter ¶
type RTPJitter struct {
// contains filtered or unexported fields
}
func (*RTPJitter) GetOrdered ¶
func (*RTPJitter) SetMaxWaitTime ¶
Click to show internal directories.
Click to hide internal directories.