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

Method PlayToEndOfPrimary

src/audio_controller.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void AudioController::PlayToEndOfPrimary(int start_ms)
154{
155 PlayRange(TimeRange(start_ms, GetPrimaryPlaybackRange().end()));
156 if (playback_mode == PM_Range)
157 playback_mode = PM_PrimaryRange;
158}
159
160void AudioController::PlayToEnd(int start_ms)
161{

Callers 1

operator()Function · 0.80

Calls 2

TimeRangeClass · 0.70
endMethod · 0.45

Tested by

no test coverage detected