Go to the documentation of this file.
39 #ifndef __JACKTRIP_TYPES_H__
40 #define __JACKTRIP_TYPES_H__
quint8 uint8_t
Typedef for unsigned char. This type is guaranteed to be 8-bit.
Definition: jacktrip_types.h:69
quint16 uint16_t
Typedef for unsigned short. This type is guaranteed to be 16-bit.
Definition: jacktrip_types.h:71
qint8 int8_t
Typedef for unsigned long long int. This type is guaranteed to be 64-bit.
Definition: jacktrip_types.h:78
qint32 int32_t
Typedef for signed int. This type is guaranteed to be 32-bit.
Definition: jacktrip_types.h:82
float sample_t
Audio sample type.
Definition: jacktrip_types.h:56
quint32 uint32_t
Typedef for unsigned int. This type is guaranteed to be 32-bit.
Definition: jacktrip_types.h:73
qint16 int16_t
Typedef for signed short. This type is guaranteed to be 16-bit.
Definition: jacktrip_types.h:80