mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
scache: pa_context_play_sample_with_proplist: clarify proplist param
Existing documentation was unclear about which property list would be the one changed (merged into), making it seem (along with the non-const proplist pointer param, which needs changing seperately), that the proplist object for which a pointer is given will be the one merged into, instead of the internal cached entry's proplist.
This commit is contained in:
parent
4af27c25d2
commit
f17bcb0ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ pa_operation* pa_context_play_sample_with_proplist(
|
|||
const char *name /**< Name of the sample to play */,
|
||||
const char *dev /**< Sink to play this sample on */,
|
||||
pa_volume_t volume /**< Volume to play this sample with. Starting with 0.9.15 you may pass here PA_VOLUME_INVALID which will leave the decision about the volume to the server side, which is a good idea. */ ,
|
||||
pa_proplist *proplist /**< Property list for this sound. The property list of the cached entry will be merged into this property list */,
|
||||
pa_proplist *proplist /**< Property list for this sound. The property list of the cached entry will have this merged into it. */,
|
||||
pa_context_play_sample_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
|
||||
void *userdata /**< Userdata to pass to the callback */);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue