Top | ![]() |
![]() |
![]() |
![]() |
UfoNode * | ufo_input_task_new () |
|
ufo_input_task_stop () |
|
ufo_input_task_release_input_buffer () |
UfoBuffer * | ufo_input_task_get_input_buffer () |
Task to interface arbitrary C code with the execution. The input task receives data and pushes into the data stream. The UfoOutputTask is the symmetric cousin.
void ufo_input_task_release_input_buffer (UfoInputTask *task
,UfoBuffer *buffer
);
UfoBuffer *
ufo_input_task_get_input_buffer (UfoInputTask *task
);
Get the input buffer to which we write the data received from the master remote node.
struct UfoInputTask;
Main object for organizing filters. The contents of the UfoInputTask structure are private and should only be accessed via the provided API.