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

7 lines
140 B
Python

class AudioDecrypt:
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
pass
def decrypt_time_ms(self):
pass