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

Class Player

src/media/player.rs:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46pub(crate) struct Player {
47 sink: RefCell<Option<Sink>>,
48 _stream: OutputStream,
49 stream_handle: rodio::OutputStreamHandle,
50}
51
52#[derive(Debug, Clone, Default)]
53pub(crate) enum PreBgm {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected