MCPcopy Create free account
hub / github.com/LabSound/LabSound / currentTime

Method currentTime

src/core/AudioContext.cpp:660–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660double AudioContext::currentTime() const
661{
662 return device_callback->getSamplingInfo().current_time;
663}
664
665uint64_t AudioContext::currentSampleFrame() const
666{

Callers 6

finishedMethod · 0.45
startMethod · 0.45
processMethod · 0.45
valueForContextTimeMethod · 0.45
playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected