PipeWire 0.3.36
|
Data Fields | |
struct impl * | impl |
uint32_t | id |
struct sm_device * | device |
struct spa_hook | listener |
struct spa_list | endpoint_list |
struct spa_list | link |
uint32_t | device_id |
char * | factory_name |
struct rd_device * | reserve |
struct spa_hook | sync_listener |
int | seq |
int | priority |
int | profile |
int | pending_profile |
struct pw_properties * | props |
struct spa_handle * | handle |
struct spa_device * | device |
struct spa_hook | device_listener |
struct sm_device * | sdevice |
uint32_t | n_acquired |
unsigned int | first:1 |
unsigned int | appeared:1 |
unsigned int | probed:1 |
unsigned int | use_acp:1 |
struct spa_list | node_list |
struct sm_device * | obj |
char * | name |
char * | key |
unsigned int | restore_saved_profile:1 |
uint32_t | best_profile |
uint32_t | active_profile |
uint32_t | generation |
struct pw_array | route_info |
uint32_t device::active_profile |
unsigned int device::appeared |
uint32_t device::best_profile |
struct spa_device * device::device |
Referenced by pw_impl_device_get_implementation(), and pw_impl_device_set_implementation().
struct spa_device* device::device |
uint32_t device::device_id |
struct spa_hook device::device_listener |
struct spa_list device::endpoint_list |
char* device::factory_name |
unsigned int device::first |
uint32_t device::generation |
struct spa_handle * device::handle |
uint32_t device::id |
struct impl * device::impl |
char* device::key |
struct spa_list device::link |
struct spa_hook device::listener |
Referenced by pw_impl_device_set_implementation().
uint32_t device::n_acquired |
char * device::name |
struct spa_list device::node_list |
struct sm_device * device::obj |
int device::pending_profile |
int device::priority |
unsigned int device::probed |
int device::profile |
struct pw_properties * device::props |
struct rd_device* device::reserve |
unsigned int device::restore_saved_profile |
struct pw_array device::route_info |
struct sm_device * device::sdevice |
int device::seq |
struct spa_hook device::sync_listener |
unsigned int device::use_acp |