librespot-python/librespot/audio/decrypt/AudioDecrypt.py

7 lines
140 B
Python

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