spdl.io.async_decode_packets¶
- async async_decode_packets(packets: AudioPackets, **kwargs) AudioFrames [source]¶
- async async_decode_packets(packets: VideoPackets, **kwargs) VideoFrames
- async async_decode_packets(packets: ImagePackets, **kwargs) ImageFrames
Async version of
decode_packets()
.