| 
    JACK-AUDIO-CONNECTION-KIT
    
   | 
 
#include <transport.h>
Data Fields | |
Server-set fields  | |
these cannot be set from clients; the server sets them  | |
| jack_unique_t | unique_1 | 
| jack_time_t | usecs | 
| jack_nframes_t | frame_rate | 
Mandatory fields  | |
| jack_nframes_t | frame | 
| jack_position_bits_t | valid | 
JackPositionBBT fields  | |
Bar:Beat.Tick-related information. Applications that support JackPositionBBT are encouraged to also fill the JackBBTFrameOffset  | |
| int32_t | bar | 
| int32_t | beat | 
| int32_t | tick | 
| double | bar_start_tick | 
| float | beats_per_bar | 
| float | beat_type | 
| double | ticks_per_beat | 
| double | beats_per_minute | 
JackPositionTimecode fields  | |
  | |
| double | frame_time | 
| double | next_time | 
| jack_nframes_t | bbt_offset | 
| float | audio_frames_per_video_frame | 
| jack_nframes_t | video_offset | 
| double | tick_double | 
Other fields  | |
| int32_t | padding [5] | 
| jack_unique_t | unique_2 | 
Struct for transport position information.
 1.8.17