PipeWire
0.3.33
|
Data Fields | |
struct pw_protocol_client | this |
struct pw_context * | context |
struct spa_source * | source |
struct pw_protocol_native_connection * | connection |
struct spa_hook | conn_listener |
int | ref |
unsigned int | connected:1 |
unsigned int | disconnecting:1 |
unsigned int | need_flush:1 |
unsigned int | paused:1 |
struct spa_list | link |
link in impl client_list More... | |
struct impl * | impl |
struct server * | server |
struct pw_core * | core |
struct spa_hook | core_proxy_listener |
char | name [512] |
struct pw_stream * | capture |
struct spa_hook | capture_listener |
struct pw_stream * | playback |
struct spa_hook | playback_listener |
struct spa_io_rate_match * | rate_match |
unsigned int | disconnect:1 |
struct sm_client * | obj |
uint32_t | id |
struct spa_hook | listener |
unsigned int | active:1 |
unsigned int | portal_managed:1 |
unsigned int | setup_complete:1 |
unsigned int | is_portal:1 |
char * | app_id |
enum media_role | media_roles |
enum media_role | allowed_media_roles |
unsigned int client::active |
enum media_role client::allowed_media_roles |
char* client::app_id |
struct pw_stream* client::capture |
struct spa_hook client::capture_listener |
struct spa_hook client::conn_listener |
unsigned int client::connected |
struct pw_protocol_native_connection* client::connection |
struct pw_context* client::context |
Referenced by pw_impl_client_check_permissions(), pw_impl_client_register(), and pw_resource_new().
struct pw_core* client::core |
Referenced by pw_impl_client_get_context(), and pw_impl_client_update_permissions().
struct spa_hook client::core_proxy_listener |
unsigned int client::disconnect |
unsigned int client::disconnecting |
uint32_t client::id |
struct impl * client::impl |
unsigned int client::is_portal |
struct spa_list client::link |
link in impl client_list
Referenced by pw_impl_client_destroy().
struct spa_hook client::listener |
enum media_role client::media_roles |
char client::name[512] |
unsigned int client::need_flush |
struct sm_client * client::obj |
unsigned int client::paused |
struct pw_stream* client::playback |
struct spa_hook client::playback_listener |
unsigned int client::portal_managed |
struct spa_io_rate_match* client::rate_match |
int client::ref |
struct server* client::server |
unsigned int client::setup_complete |
struct spa_source * client::source |
struct pw_protocol_client client::this |