librespot-python/librespot/audio/HaltListener.py
2021-02-25 08:07:17 +09:00

7 lines
172 B
Python

class HaltListener:
def stream_read_halted(self, chunk: int, _time: int) -> None:
pass
def stream_read_resumed(self, chunk: int, _time: int):
pass