Sudio Types
- class sudio.types.enum.StreamMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
EnumEnumeration representing different stream modes.
- normal = 0
- optimized = 1
- exception sudio.types.error.RefreshError
Bases:
ExceptionException raised when a refresh operation encounters an error.
- exception sudio.types.error.DecodeError
Bases:
ExceptionException raised when an error occurs during audio decoding.
- exception sudio.types.error.StreamError
Bases:
ExceptionException raised for errors related to audio streaming.
- class sudio.types.name.Name
Bases:
objectDescriptor 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.