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

4 lines
120 B
Python

class GeneralWritableStream:
def write_chunk(self, buffer: bytearray, chunk_index: int, cached: bool):
pass