rtputil

package
v1.51.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2026 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RTPConverter

type RTPConverter struct {
	// contains filtered or unexported fields
}

func NewRTPConverter

func NewRTPConverter(clockRate int64) *RTPConverter

func (*RTPConverter) ToDuration

func (r *RTPConverter) ToDuration(rtpTicks uint32) time.Duration

func (*RTPConverter) ToDurationExt

func (r *RTPConverter) ToDurationExt(rtpExtTicks uint64) time.Duration

func (*RTPConverter) ToRTP

func (r *RTPConverter) ToRTP(duration time.Duration) uint32

func (*RTPConverter) ToRTPExt

func (r *RTPConverter) ToRTPExt(duration time.Duration) uint64