PipeWire 1.2.6
|
Go to the source code of this file.
Data Structures | |
struct | pw_node_info |
The node information. More... | |
struct | pw_node_events |
Node events. More... | |
struct | pw_node_methods |
Node methods. More... | |
Enumerations | |
enum | pw_node_state { PW_NODE_STATE_ERROR = -1 , PW_NODE_STATE_CREATING = 0 , PW_NODE_STATE_SUSPENDED = 1 , PW_NODE_STATE_IDLE = 2 , PW_NODE_STATE_RUNNING = 3 } |
The different node states. More... | |
Functions | |
const char * | pw_node_state_as_string (enum pw_node_state state) |
Convert a pw_node_state to a readable string. | |
struct pw_node_info * | pw_node_info_update (struct pw_node_info *info, const struct pw_node_info *update) |
struct pw_node_info * | pw_node_info_merge (struct pw_node_info *info, const struct pw_node_info *update, bool reset) |
void | pw_node_info_free (struct pw_node_info *info) |