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

7 lines
140 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
class AudioDecrypt:
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
pass
def decrypt_time_ms(self):
pass