#include <jack/types.h>
Go to the source code of this file.
Data Structures | |
struct | jack_transport_info_t |
Defines | |
#define | EXTENDED_TIME_INFO |
Enumerations | |
enum | jack_transport_state_t { JackTransportStopped, JackTransportRolling, JackTransportLooping } |
enum | jack_transport_bits_t { JackTransportState = 0x1, JackTransportPosition = 0x2, JackTransportLoop = 0x4, JackTransportSMPTE = 0x8, JackTransportBBT = 0x10 } |
Functions | |
void | jack_set_transport_info (jack_client_t *client, jack_transport_info_t *tinfo) |
void | jack_get_transport_info (jack_client_t *client, jack_transport_info_t *tinfo) |
|
|
|
Bitfield of all possible transport info struct fields.
|
|
Possible transport states. |
|
Gets the current transport state. On return, the 'valid' field of the tinfo struct will contain a bitmask of all transport info fields that are legal to use.
|
|
Sets the transport state for the next engine cycle. The 'valid' field of the tinfo struct should contain a bitmask of all transport info fields that are set in tinfo.
|