Skip to content

Commit

Permalink
add basic transport query
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 23, 2019
1 parent 097dfe3 commit f708da4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@ impl Client {
}
}

pub fn transport_state(&self) {
unsafe {
j::jack_transport_query(self.raw())
}
}

/// Expose the underlying ffi pointer.
///
/// This is mostly for use within the jack crate itself.
Expand Down

0 comments on commit f708da4

Please sign in to comment.