mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Improve the port available_group and type documentation
This commit is contained in:
parent
2c790e1937
commit
0ce3008605
4 changed files with 80 additions and 8 deletions
|
|
@ -1070,7 +1070,9 @@ typedef enum pa_port_available {
|
|||
/** \endcond */
|
||||
#endif
|
||||
|
||||
/** Port type. \since 14.0 */
|
||||
/** Port type. New types can be added in the future, so applications should
|
||||
* gracefully handle situations where a type identifier doesn't match any item
|
||||
* in this enumeration. \since 14.0 */
|
||||
typedef enum pa_device_port_type {
|
||||
PA_DEVICE_PORT_TYPE_UNKNOWN = 0,
|
||||
PA_DEVICE_PORT_TYPE_AUX = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue