#include <jack/types.h>#include <QtGlobal>

Go to the source code of this file.
Typedefs | |
Audio typedefs | |
| typedef jack_default_audio_sample_t | sample_t |
| Audio sample type. | |
Typedefs that guaranty some specific bit length | |
| typedef quint8 | uint8_t |
Typedef for unsigned char. This type is guaranteed to be 8-bit. | |
| typedef quint16 | uint16_t |
Typedef for unsigned short. This type is guaranteed to be 16-bit. | |
| typedef quint32 | uint32_t |
Typedef for unsigned int. This type is guaranteed to be 32-bit. | |
| typedef qint8 | int8_t |
Typedef for unsigned long long int. This type is guaranteed to be 64-bit. | |
| typedef qint16 | int16_t |
Typedef for signed short. This type is guaranteed to be 16-bit. | |
| typedef qint32 | int32_t |
Typedef for signed int. This type is guaranteed to be 32-bit. | |
| typedef qint16 int16_t |
Typedef for signed short. This type is guaranteed to be 16-bit.
| typedef qint32 int32_t |
Typedef for signed int. This type is guaranteed to be 32-bit.
| typedef qint8 int8_t |
Typedef for unsigned long long int. This type is guaranteed to be 64-bit.
Typedef for signed char. This type is guaranteed to be 8-bit.
| typedef jack_default_audio_sample_t sample_t |
Audio sample type.
| typedef quint16 uint16_t |
Typedef for unsigned short. This type is guaranteed to be 16-bit.
| typedef quint32 uint32_t |
Typedef for unsigned int. This type is guaranteed to be 32-bit.
| typedef quint8 uint8_t |
Typedef for unsigned char. This type is guaranteed to be 8-bit.