Sudio Types
- class sudio.types.enum.StreamMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Enumeration representing different stream modes.
- normal = 0
- optimized = 1
- exception sudio.types.error.RefreshError
Bases:
Exception
Exception raised when a refresh operation encounters an error.
- exception sudio.types.error.DecodeError
Bases:
Exception
Exception raised when an error occurs during audio decoding.
- exception sudio.types.error.StreamError
Bases:
Exception
Exception raised for errors related to audio streaming.
- class sudio.types.name.Name
Bases:
object
Descriptor class for accessing and modifying the ‘name’ attribute of an object.
This class is intended to be used as a descriptor for the ‘name’ attribute of an object. It allows getting and setting the ‘name’ attribute through the __get__ and __set__ methods.