mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple API Doxygen documentation.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1778 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b41dbfd28d
commit
dfdf1d7d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
* pa_simple *s;
|
* pa_simple *s;
|
||||||
* pa_sample_spec ss;
|
* pa_sample_spec ss;
|
||||||
*
|
*
|
||||||
* ss.format = PA_SAMPLE_S16_NE;
|
* ss.format = PA_SAMPLE_S16NE;
|
||||||
* ss.channels = 2;
|
* ss.channels = 2;
|
||||||
* ss.rate = 44100;
|
* ss.rate = 44100;
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue