PipeWire
0.3.15
|
the PipeWire context More...
Public Member Functions | |
SPA_EXPORT struct pw_impl_factory * | pw_context_find_factory (struct pw_context *context, const char *name) |
Find a factory by name. More... | |
the PipeWire context
The context object manages all locally available resources. It is used by both clients and servers.
The context is used to:
SPA_EXPORT struct pw_impl_factory * pw_context_find_factory | ( | struct pw_context * | context, |
const char * | name | ||
) |
Find a factory by name.
context | the context object |
name | the name of the factory to find |
Find in the list of factories registered in context for one with the given name.