librespot-python/librespot/audio/HaltListener.py

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