jack_get_transport_info

Gets the current transport info structure (deprecated).

@param client the JACK client structure. @param tinfo current transport info structure. The "valid" field describes which fields contain valid data.

@deprecated This is for compatibility with the earlier transport interface. Use jack_transport_query(), instead.

@pre Must be called from the process thread.

extern (C)
void
jack_get_transport_info
(
jack_client_t* client
,
jack_transport_info_t* tinfo
)

Meta