UnitType#
- class carb.audio.audio.UnitType#
Bases:
pybind11_objectDescription of how a size or offset value is defined.
Members:
BYTES : The size or offset is given as a byte count.
FRAMES : The size or offset is given as a frame count.
MILLISECONDS : The size or offset is given as a time in milliseconds.
MICROSECONDS : The size or offset is given as a time in microseconds.
Methods
__init__(self, value)Attributes
BYTESFRAMESMICROSECONDSMILLISECONDSvalue- __init__(self: carb.audio.audio.UnitType, value: int) None#
- property name#