carb::audio::UnitType
Defined in carb/audio/AudioTypes.h
- 
enum class carb::audio::UnitType : uint32_t
- description of how a size or offset value is defined. - This may be given as a - Values: - 
enumerator eBytes
- the size or offset is given as a byte count. 
 - 
enumerator eFrames
- the size or offset is given as a frame count. 
 - 
enumerator eMilliseconds
- the size or offset is given as a time in milliseconds. 
 - 
enumerator eMicroseconds
- the size or offset is given as a time in microseconds. 
 
- 
enumerator eBytes