MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / stop_all

Method stop_all

src/media/player.rs:40–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 }
39
40 pub(crate) fn stop_all(&self) {
41 self.bgm_player.stop();
42 self.voice_player.stop();
43 }
44}
45
46pub(crate) struct Player {

Callers 1

start_videoMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected