mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-20 08:56:47 -05:00
add input latency measurement
add GETOSPACE support to module-oss git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@205 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f5d47a293a
commit
f9e2058820
20 changed files with 293 additions and 69 deletions
|
|
@ -53,6 +53,7 @@ struct pa_source {
|
|||
struct pa_sink *monitor_of;
|
||||
|
||||
void (*notify)(struct pa_source*source);
|
||||
pa_usec_t (*get_latency)(struct pa_source *s);
|
||||
void *userdata;
|
||||
};
|
||||
|
||||
|
|
@ -68,4 +69,6 @@ void pa_source_notify(struct pa_source *s);
|
|||
|
||||
void pa_source_set_owner(struct pa_source *s, struct pa_module *m);
|
||||
|
||||
pa_usec_t pa_source_get_latency(struct pa_source *s);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue