MCPcopy
hub / github.com/ebitengine/oto / Close

Method Close

internal/mux/mux.go:437–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435}
436
437func (p *Player) Close() error {
438 p.cleanup.Stop()
439 return p.p.Close()
440}
441
442func (p *playerImpl) Close() error {
443 p.m.Lock()

Callers 2

NewPlayerMethod · 0.45
prepareOboeFunction · 0.45

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected