Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_sink.h File Reference

Sink: an element that consumes buffers. More...

Go to the source code of this file.

Data Structures

struct  mpipe_sink
 Sink Element Structure. More...

Enumerations

enum  mpipe_prop_sink { MPIPE_PROP_SINK_LAST }
 Properties for a sink element. More...

Functions

int mpipe_sink_init (struct mpipe_sink *sink, uint8_t id)
 Initialize a sink element.
int mpipe_sink_change_state (struct mpipe_element *self, enum mpipe_state_change transition)
 Change state function for the base sink element.

Detailed Description

Sink: an element that consumes buffers.