reorder transport

This commit is contained in:
🪞👃🪞 2024-11-25 17:10:36 +01:00
parent 340919830a
commit 84d650adf2
8 changed files with 147 additions and 107 deletions

View file

@ -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)>>>;