mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
spa: add description to PropInfo
This commit is contained in:
parent
f894a51eab
commit
2f82661966
2 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ enum spa_prop_info {
|
|||
* for the value. */
|
||||
SPA_PROP_INFO_container, /**< type of container if any (Id) */
|
||||
SPA_PROP_INFO_params, /**< is part of params property (Bool) */
|
||||
SPA_PROP_INFO_description, /**< User readable description */
|
||||
};
|
||||
|
||||
/** predefined properties for SPA_TYPE_OBJECT_Props */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue