Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kivy/python-for-android
/ stop
Method
stop
pythonforandroid/recipes/android/src/android/mixer.py:232–235 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
return
channel
231
232
def
stop(self):
233
for
i in range(0, num_channels):
234
if
Channel(i).get_sound() is self:
235
Channel(i).stop()
236
237
def
fadeout(self, time):
238
self.stop()
Callers
7
fadeout
Method · 0.95
stop
Function · 0.45
stop
Method · 0.45
load
Method · 0.45
stop
Method · 0.45
stop_service
Function · 0.45
stop_service
Method · 0.45
Calls
2
Channel
Function · 0.85
get_sound
Method · 0.80
Tested by
no test coverage detected