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

Function NewDTSEstimator

util/dtsestimator.go:13–16  ·  view source on GitHub ↗

NewDTSEstimator allocates a DTSEstimator.

()

Source from the content-addressed store, hash-verified

11
12// NewDTSEstimator allocates a DTSEstimator.
13func NewDTSEstimator() *DTSEstimator {
14 result := &DTSEstimator{}
15 return result
16}
17
18func (d *DTSEstimator) Clone() *DTSEstimator {
19 return &DTSEstimator{

Callers 7

NewH264Function · 0.92
NewH265Function · 0.92
generateTimestampMethod · 0.92
NewAV1Function · 0.92
FeedMethod · 0.85
TestDtsFunction · 0.85
Test往前跳Function · 0.85

Calls

no outgoing calls

Tested by 2

TestDtsFunction · 0.68
Test往前跳Function · 0.68