librespot-python/librespot/audio/HaltListener.py

7 lines
172 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
class HaltListener:
def stream_read_halted(self, chunk: int, _time: int) -> None:
pass
def stream_read_resumed(self, chunk: int, _time: int):
pass