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
Click to show internal directories.
Click to hide internal directories.