MCPcopy Create free account
hub / github.com/Monibuca/engine / GetDTS32

Method GetDTS32

track/reader-av.go:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 return uint32((r.Value.PTS - r.SkipTs*90/time.Millisecond))
164}
165func (r *AVRingReader) GetDTS32() uint32 {
166 return uint32((r.Value.DTS - r.SkipTs*90/time.Millisecond))
167}
168func (r *AVRingReader) ResetAbsTime() {
169 r.SkipTs = r.Value.Timestamp
170 r.AbsTime = 1

Callers 1

PlayBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected