librespot-python/librespot/audio/GeneralWritableStream.py

4 lines
120 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
class GeneralWritableStream:
def write_chunk(self, buffer: bytearray, chunk_index: int, cached: bool):
pass