mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
A lot of more work to get the lock-free stuff in place
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1474 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
69115687ad
commit
be4a882836
33 changed files with 908 additions and 694 deletions
|
|
@ -80,7 +80,7 @@ struct pa_source_output {
|
|||
};
|
||||
|
||||
PA_DECLARE_CLASS(pa_source_output);
|
||||
#define PA_SOURCE_OUTPUT(o) ((pa_source_output*) (o))
|
||||
#define PA_SOURCE_OUTPUT(o) pa_source_output_cast(o)
|
||||
|
||||
enum {
|
||||
PA_SOURCE_OUTPUT_MESSAGE_GET_LATENCY,
|
||||
|
|
@ -129,7 +129,7 @@ pa_usec_t pa_source_output_get_latency(pa_source_output *i);
|
|||
|
||||
void pa_source_output_cork(pa_source_output *i, int b);
|
||||
|
||||
void pa_source_output_set_rate(pa_source_output *o, uint32_t rate);
|
||||
int pa_source_output_set_rate(pa_source_output *o, uint32_t rate);
|
||||
|
||||
pa_resample_method_t pa_source_output_get_resample_method(pa_source_output *o);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue