PipeWire
0.3.33
|
Port information structure. More...
Data Fields | |
uint64_t | change_mask |
uint64_t | flags |
port flags More... | |
struct spa_fraction | rate |
rate of sequence numbers on port More... | |
const struct spa_dict * | props |
extra port properties More... | |
struct spa_param_info * | params |
parameter information More... | |
uint32_t | n_params |
number of items in params More... | |
Port information structure.
Contains the basic port information.
uint64_t spa_port_info::change_mask |
Referenced by pw_context_create_port(), and pw_filter_update_properties().
uint64_t spa_port_info::flags |
port flags
Referenced by pw_context_create_port(), and spa_debug_port_info().
uint32_t spa_port_info::n_params |
number of items in params
struct spa_param_info* spa_port_info::params |
parameter information
Referenced by pw_context_create_port().
const struct spa_dict* spa_port_info::props |
extra port properties
Referenced by pw_context_create_port(), pw_filter_update_properties(), and spa_debug_port_info().
struct spa_fraction spa_port_info::rate |
rate of sequence numbers on port
Referenced by spa_debug_port_info().