mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs
This commit is contained in:
parent
f6e187f0a5
commit
4348fafcc8
1 changed files with 3 additions and 0 deletions
|
|
@ -240,10 +240,13 @@ typedef enum pa_stream_flags {
|
||||||
* accordingly. See pa_buffer_attr \since 0.9.11 */
|
* accordingly. See pa_buffer_attr \since 0.9.11 */
|
||||||
} pa_stream_flags_t;
|
} pa_stream_flags_t;
|
||||||
|
|
||||||
|
/** \cond fulldocs */
|
||||||
|
|
||||||
/** English is an evil language */
|
/** English is an evil language */
|
||||||
#define PA_STREAM_NOT_MONOTONOUS PA_STREAM_NOT_MONOTONIC
|
#define PA_STREAM_NOT_MONOTONOUS PA_STREAM_NOT_MONOTONIC
|
||||||
|
|
||||||
|
/** \endcond */
|
||||||
|
|
||||||
/** Playback and record buffer metrics */
|
/** Playback and record buffer metrics */
|
||||||
typedef struct pa_buffer_attr {
|
typedef struct pa_buffer_attr {
|
||||||
uint32_t maxlength; /**< Maximum length of the
|
uint32_t maxlength; /**< Maximum length of the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue