Documentation
¶
Overview ¶
Package rtptime contains a time decoder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalDecoder ¶
type GlobalDecoder struct {
// contains filtered or unexported fields
}
GlobalDecoder is a RTP timestamp decoder.
func (*GlobalDecoder) Decode ¶
func (d *GlobalDecoder) Decode( track GlobalDecoderTrack, pkt *rtp.Packet, ) (int64, bool)
Decode decodes a timestamp.
func (*GlobalDecoder) Initialize ¶
func (d *GlobalDecoder) Initialize()
Initialize initializes a GlobalDecoder.
Click to show internal directories.
Click to hide internal directories.