playoutdelay

package
v0.0.0-...-c2cc3df Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PlayoutDelayURI        = "http://www.webrtc.org/experiments/rtp-hdrext/playout-delay"
	MaxPlayoutDelayDefault = 10000            // 10s, equal to chrome's default max playout delay
	PlayoutDelayMaxValue   = 10 * (1<<12 - 1) // max value for playout delay can be represented

)

Variables

This section is empty.

Functions

This section is empty.

Types

type PlayOutDelay

type PlayOutDelay struct {
	Min, Max uint16 // delay in ms
}

func PlayoutDelayFromValue

func PlayoutDelayFromValue(min, max uint16) PlayOutDelay

func (PlayOutDelay) Marshal

func (p PlayOutDelay) Marshal() ([]byte, error)

func (*PlayOutDelay) Unmarshal

func (p *PlayOutDelay) Unmarshal(rawData []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL