Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
impl 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_frames
Method · 0.85
playhead_frames_corrected
Method · 0.85
to_samples
Method · 0.85
duration_since
Method · 0.85
checked_duration_since
Method · 0.85
saturating_duration_since
Method · 0.85
sub
Method · 0.85
clock_samples_range
Method · 0.85
clock_seconds_range
Method · 0.85
playhead_range
Method · 0.85
process
Method · 0.85
num_pre_process_frames
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected