mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
add SPA_EXPORT
This commit is contained in:
parent
b50bd414ab
commit
87bee58f49
4 changed files with 56 additions and 18 deletions
|
|
@ -29,18 +29,21 @@
|
|||
|
||||
#include <pipewire/pipewire.h>
|
||||
|
||||
SPA_EXPORT
|
||||
float jack_get_max_delayed_usecs (jack_client_t *client)
|
||||
{
|
||||
pw_log_warn("not implemented");
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
float jack_get_xrun_delayed_usecs (jack_client_t *client)
|
||||
{
|
||||
pw_log_warn("not implemented");
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
void jack_reset_max_delayed_usecs (jack_client_t *client)
|
||||
{
|
||||
pw_log_warn("not implemented");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue