MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DurationSamples

Class DurationSamples

crates/firewheel-core/src/clock.rs:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467impl Add<DurationSamples> for InstantSamples {
468 type Output = InstantSamples;
469 fn add(self, rhs: DurationSamples) -> Self::Output {
470 Self(self.0 + rhs.0)

Callers 15

playhead_framesMethod · 0.85
to_samplesMethod · 0.85
duration_sinceMethod · 0.85
subMethod · 0.85
clock_samples_rangeMethod · 0.85
clock_seconds_rangeMethod · 0.85
playhead_rangeMethod · 0.85
processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected