Paraslash Audio Streaming | |
About News Download Documentation Development |
The information contained in a sideband buffer. More...
#include <sideband.h>
Data Fields | |
struct iovec | iov |
Data and length. More... | |
uint8_t | band |
The band designator. More... | |
The information contained in a sideband buffer.
This structure is used for both sending and receiving data through a sideband channel. A pointer to a sideband buffer is passed to the sending side of a sideband while the receiving end yields a filled out structure once all data has been received.
struct iovec iov |
Data and length.
Referenced by recv_sb(), sb_get_recv_buffer(), sb_get_send_buffers(), sb_received(), sb_sent(), and send_sb().
uint8_t band |
The band designator.
Referenced by recv_sb(), send_sb(), and send_sb_va().