UnitType

class carb.audio.UnitType

Bases: pybind11_object

Description 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

BYTES

FRAMES

MICROSECONDS

MILLISECONDS

name

value

__init__(self: carb.audio._audio.UnitType, value: int) None
property name