djack ~master (2022-05-10T05:33:55.7282528)
Dub
Repo
Position
jack
core
Undocumented in source.
struct
Position {
Unique
unique_1
;
Time
usecs
;
NFrames
frame_rate
;
NFrames
frame
;
PositionBits
valid
;
int
bar
;
int
beat
;
int
tick
;
double
bar_start_tick
;
float
beats_per_bar
;
float
beat_type
;
double
ticks_per_beat
;
double
beats_per_minute
;
double
frame_time
;
double
next_time
;
NFrames
bbt_offset
;
float
audio_frames_per_video_frame
;
NFrames
video_offset
;
int
padding
;
Unique
unique_2
;
}
Members
Variables
audio_frames_per_video_frame
float
audio_frames_per_video_frame
;
Undocumented in source.
bar
int
bar
;
Undocumented in source.
bar_start_tick
double
bar_start_tick
;
Undocumented in source.
bbt_offset
NFrames
bbt_offset
;
Undocumented in source.
beat
int
beat
;
Undocumented in source.
beat_type
float
beat_type
;
Undocumented in source.
beats_per_bar
float
beats_per_bar
;
Undocumented in source.
beats_per_minute
double
beats_per_minute
;
Undocumented in source.
frame
NFrames
frame
;
Undocumented in source.
frame_rate
NFrames
frame_rate
;
Undocumented in source.
frame_time
double
frame_time
;
Undocumented in source.
next_time
double
next_time
;
Undocumented in source.
padding
int
padding
;
Undocumented in source.
tick
int
tick
;
Undocumented in source.
ticks_per_beat
double
ticks_per_beat
;
Undocumented in source.
unique_1
Unique
unique_1
;
Undocumented in source.
unique_2
Unique
unique_2
;
Undocumented in source.
usecs
Time
usecs
;
Undocumented in source.
valid
PositionBits
valid
;
Undocumented in source.
video_offset
NFrames
video_offset
;
Undocumented in source.
Meta
Source
See Implementation
jack
core
aliases
BufferSizeCallback
BufferSizeDelegate
ClientRegistrationCallback
ClientRegistrationDelegate
DefaultAudioSample
ErrorCallback
FreewheelCallback
FreewheelDelegate
GraphOrderCallback
GraphOrderDelegate
InfoCallback
InfoShutdownCallback
InfoShutdownDelegate
JACK_DEFAULT_AUDIO_TYPE
JACK_POSITION_MASK
LOAD_INIT_LIMIT
LatencyCallback
LatencyDelegate
LatencyRange
LoadOptions
MAX_FRAMES
NFrames
OpenOptions
PortConnectCallback
PortConnectDelegate
PortID
PortRegistrationCallback
PortRegistrationDelegate
PortRenameCallback
PortRenameDelegate
PortTypeID
ProcessCallback
ProcessDelegate
RingbufferData
SampleRateCallback
SampleRateDelegate
Shmsize
ShutdownCallback
ShutdownDelegate
SyncCallback
SyncDelegate
ThreadCallback
ThreadDelegate
ThreadId
ThreadInitCallback
ThreadInitDelegate
Time
TimebaseCallback
TimebaseDelegate
Unique
XRunCallback
XRunDelegate
classes
ClientImplementation
JackException
NamesArrayImplementation
PortImplementation
RingBufferImpl
enums
LatencyCallbackMode
Options
PortFlags
PositionBits
Status
TransportState
functions
clientOpen
createRingBuffer
getClientPID
getTime
getVersion
getVersionString
portNameSize
portTypeSize
setErrorCallback
setInfoCallback
interfaces
Client
NamesArray
Port
RingBuffer
structs
Position
Version