mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
clarify things a bit
This commit is contained in:
parent
12b735962a
commit
f6ec971e88
1 changed files with 4 additions and 4 deletions
|
|
@ -36,10 +36,10 @@ PA_C_DECL_BEGIN
|
||||||
* maintained by module-stream-restore. \since 0.9.12 */
|
* maintained by module-stream-restore. \since 0.9.12 */
|
||||||
typedef struct pa_ext_stream_restore_info {
|
typedef struct pa_ext_stream_restore_info {
|
||||||
const char *name; /**< Identifier string of the stream. A string like "sink-input-by-role:" or similar followed by some arbitrary property value. */
|
const char *name; /**< Identifier string of the stream. A string like "sink-input-by-role:" or similar followed by some arbitrary property value. */
|
||||||
pa_channel_map channel_map; /**< The channel map for the volume field */
|
pa_channel_map channel_map; /**< The channel map for the volume field, if applicable */
|
||||||
pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable */
|
pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */
|
||||||
const char *device; /**< The sink/source of the stream when it was last seen */
|
const char *device; /**< The sink/source of the stream when it was last seen, if applicable and saved */
|
||||||
int mute; /**< The boolean mute state of the stream when it was last seen, if applicable */
|
int mute; /**< The boolean mute state of the stream when it was last seen, if applicable and saved */
|
||||||
} pa_ext_stream_restore_info;
|
} pa_ext_stream_restore_info;
|
||||||
|
|
||||||
/** Callback prototype for pa_ext_stream_restore_test(). \since 0.9.12 */
|
/** Callback prototype for pa_ext_stream_restore_test(). \since 0.9.12 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue