mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
reorder transport
This commit is contained in:
parent
340919830a
commit
84d650adf2
8 changed files with 147 additions and 107 deletions
|
|
@ -47,7 +47,7 @@ pub trait ClockApi: Send + Sync {
|
|||
/// Handle to JACK transport
|
||||
fn transport_handle (&self) -> &Arc<Transport>;
|
||||
/// Playback state
|
||||
fn transport_state (&self) -> &Arc<RwLock<Option<TransportState>>>;
|
||||
fn transport_state (&self) -> &Arc<RwLock<Option<TransportState>>>;
|
||||
/// Global sample and usec at which playback started
|
||||
fn transport_offset (&self) -> &Arc<RwLock<Option<(usize, usize)>>>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue