mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -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
|
|
@ -99,7 +99,7 @@ struct pa_sink_input {
|
|||
};
|
||||
|
||||
PA_DECLARE_CLASS(pa_sink_input);
|
||||
#define PA_SINK_INPUT(o) ((pa_sink_input*) (o))
|
||||
#define PA_SINK_INPUT(o) pa_sink_input_cast(o)
|
||||
|
||||
enum {
|
||||
PA_SINK_INPUT_MESSAGE_SET_VOLUME,
|
||||
|
|
@ -160,7 +160,7 @@ int pa_sink_input_get_mute(pa_sink_input *i);
|
|||
|
||||
void pa_sink_input_cork(pa_sink_input *i, int b);
|
||||
|
||||
void pa_sink_input_set_rate(pa_sink_input *i, uint32_t rate);
|
||||
int pa_sink_input_set_rate(pa_sink_input *i, uint32_t rate);
|
||||
|
||||
pa_resample_method_t pa_sink_input_get_resample_method(pa_sink_input *i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue