PipeWire  0.1.4
data-loop.h File Reference
Include dependency graph for data-loop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pw_data_loop_events
 

Macros

#define PW_VERSION_DATA_LOOP_EVENTS   0
 

Functions

struct pw_data_looppw_data_loop_new (struct pw_properties *properties)
 
void pw_data_loop_add_listener (struct pw_data_loop *loop, struct spa_hook *listener, const struct pw_data_loop_events *events, void *data)
 
struct pw_looppw_data_loop_get_loop (struct pw_data_loop *loop)
 
void pw_data_loop_destroy (struct pw_data_loop *loop)
 
int pw_data_loop_start (struct pw_data_loop *loop)
 
int pw_data_loop_stop (struct pw_data_loop *loop)
 
bool pw_data_loop_in_thread (struct pw_data_loop *loop)
 

Macro Definition Documentation

◆ PW_VERSION_DATA_LOOP_EVENTS

#define PW_VERSION_DATA_LOOP_EVENTS   0

Function Documentation

◆ pw_data_loop_add_listener()

void pw_data_loop_add_listener ( struct pw_data_loop loop,
struct spa_hook *  listener,
const struct pw_data_loop_events events,
void *  data 
)

◆ pw_data_loop_destroy()

void pw_data_loop_destroy ( struct pw_data_loop loop)

◆ pw_data_loop_get_loop()

struct pw_loop* pw_data_loop_get_loop ( struct pw_data_loop loop)

References pw_data_loop::loop.

Referenced by pw_core::pw_core_new().

◆ pw_data_loop_in_thread()

bool pw_data_loop_in_thread ( struct pw_data_loop loop)

◆ pw_data_loop_new()

struct pw_data_loop* pw_data_loop_new ( struct pw_properties properties)

Referenced by pw_core::pw_core_new().

◆ pw_data_loop_start()

int pw_data_loop_start ( struct pw_data_loop loop)

Referenced by pw_core::pw_core_new().

◆ pw_data_loop_stop()

int pw_data_loop_stop ( struct pw_data_loop loop)