librespot-python/librespot/audio/GeneralWritableStream.py

4 lines
120 B
Python

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