mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
acp: improve debug
This commit is contained in:
parent
0da406d304
commit
38276d126c
4 changed files with 40 additions and 33 deletions
|
|
@ -77,12 +77,16 @@ enum acp_direction {
|
|||
ACP_DIRECTION_CAPTURE = 2
|
||||
};
|
||||
|
||||
const char *acp_direction_str(enum acp_direction direction);
|
||||
|
||||
enum acp_available {
|
||||
ACP_AVAILABLE_UNKNOWN = 0,
|
||||
ACP_AVAILABLE_NO = 1,
|
||||
ACP_AVAILABLE_YES = 2
|
||||
};
|
||||
|
||||
const char *acp_available_str(enum acp_available status);
|
||||
|
||||
/** 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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue