mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Implement pa_source_input_move_to() for moving record streams between sources
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1181 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ddc69fccb5
commit
2d00de5851
2 changed files with 77 additions and 3 deletions
|
|
@ -58,6 +58,7 @@ struct pa_source_output {
|
|||
pa_usec_t (*get_latency) (pa_source_output *o);
|
||||
|
||||
pa_resampler* resampler;
|
||||
pa_resample_method_t resample_method;
|
||||
|
||||
void *userdata;
|
||||
};
|
||||
|
|
@ -89,4 +90,6 @@ void pa_source_output_cork(pa_source_output *i, int b);
|
|||
|
||||
pa_resample_method_t pa_source_output_get_resample_method(pa_source_output *o);
|
||||
|
||||
int pa_source_output_move_to(pa_source_output *o, pa_source *dest);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue