upipe-modules/upipe_burst.h header reference
Upipe burst module More
Header inclusion
Members
Type
- enum uprobe_burst_event
Functions
- const char * upipe_burst_event_str(int event)
- struct upipe_mgr * upipe_burst_mgr_alloc(void )
Description
The burst pipe makes sure that an entire block is read without blocking the pump.
Members detail
This macro is declared in upipe-modules/upipe_burst.h source file, line 39.
This macro is declared in upipe-modules/upipe_burst.h source file, line 32.
This function is declared in upipe-modules/upipe_burst.h source file, line 56.
This function converts enum uprobe_burst_event to a string.
Parameter list:
- event: event to convert
The return value is a string of NULL if invalid
This function is declared in upipe-modules/upipe_burst.h source file, line 65.
This function allocates a burst pipe manager.
This enum is declared in upipe-modules/upipe_burst.h source file, line 43.
This enum extends uprobe_event with specific burst events.
Identifier | Value | Description |
---|---|---|
UPROBE_BURST_SENTINEL | UPROBE_LOCAL | |
UPROBE_BURST_UPDATE | unknown | burst pipe blocked state change (bool) |