MCPcopy Create free account
hub / github.com/kivy/python-for-android / stop

Function stop

pythonforandroid/recipes/android/src/android/mixer.py:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def stop():
36 for i in range(0, num_channels):
37 sound.stop(i)
38
39
40def pause():

Callers 2

quitFunction · 0.85
fadeoutFunction · 0.85

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected