src/jacktrip_types.h File Reference

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

Include dependency graph for jacktrip_types.h:

This graph shows which files directly or indirectly include this file:

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
It uses the QT4 types. This can be changed in the future, keeping compatibility for the rest of the code.

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 Documentation

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.