#include <jack/types.h>Go to the source code of this file.
Data Structures | |
| struct | jack_transport_info_t |
Enumerations | |
| enum | jack_transport_state_t { JackTransportStopped, JackTransportRolling, JackTransportLooping } |
| enum | jack_transport_bits_t { JackTransportState = 0x1, JackTransportPosition = 0x2, JackTransportLoop = 0x4 } |
Functions | |
| int | jack_set_transport_info (jack_client_t *client, jack_transport_info_t *) |
| int | jack_get_transport_info (jack_client_t *client, jack_transport_info_t *) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.2.18