MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / GetPrimaryPlaybackRange

Method GetPrimaryPlaybackRange

src/audio_controller.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201TimeRange AudioController::GetPrimaryPlaybackRange() const
202{
203 if (timing_controller)
204 return timing_controller->GetPrimaryPlaybackRange();
205 else
206 return TimeRange{0, 0};
207}
208
209void AudioController::SetVolume(double volume)
210{

Callers 4

OnSizeMethod · 0.45
OnSelectionChangedMethod · 0.45
operator()Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected