Documentation ¶
Index ¶
Constants ¶
View Source
const (
AbsCaptureTimeURI = "http://www.webrtc.org/experiments/rtp-hdrext/abs-capture-time"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsCaptureTime ¶
type AbsCaptureTime struct {
// contains filtered or unexported fields
}
func AbsCaptureTimeFromValue ¶
func AbsCaptureTimeFromValue(absoluteCaptureTimestamp uint64, estimatedCaptureClockOffset int64) *AbsCaptureTime
func (*AbsCaptureTime) Marshal ¶
func (a *AbsCaptureTime) Marshal() ([]byte, error)
func (*AbsCaptureTime) Unmarshal ¶
func (a *AbsCaptureTime) Unmarshal(marshalled []byte) error
Click to show internal directories.
Click to hide internal directories.