MCPcopy 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

fadeoutMethod · 0.95
stopFunction · 0.45
stopMethod · 0.45
loadMethod · 0.45
stopMethod · 0.45
stop_serviceFunction · 0.45
stop_serviceMethod · 0.45

Calls 2

ChannelFunction · 0.85
get_soundMethod · 0.80

Tested by

no test coverage detected