Structs§
- Stream
- Stream
Proxy - Basically a proxy to the thread handling a particular stream.
- Stream
Snapshot
Enums§
- Stream
Msg - Messages that the worker can send to the stream (thread).
- Stream
State
Functions§
- bytes_
per_ 🔒sample - reply_
control_ op_ status - Encapsulates sending the virtio_snd_hdr struct back to the driver.
- reply_
pcm_ buffer_ status - Encapsulates sending the virtio_snd_pcm_status struct back to the driver.
- try_
set_ real_ time_ priority - Attempts to set the current thread’s priority to a value hight enough to handle audio IO. This may fail due to insuficient permissions.
- vios_
error_ to_ status_ code - Gets the appropriate virtio-snd error to return to the driver from a VioSError.