Paraslash Audio Streaming | |
About News Download Documentation Development |
Describes one running instance of a writer. More...
#include <write.h>
Data Fields | |
int | wid |
The ID of this writer. More... | |
void * | private_data |
Writer-specific data. More... | |
struct lls_parse_result * | lpr |
The parsed command line, merged with options given in the config file. More... | |
struct btr_node * | btrn |
The buffer tree node associated with this writer node. More... | |
struct task * | task |
The task of this writer node. More... | |
size_t | min_iqs |
The minimal input queue size (size of one audio sample). More... | |
Describes one running instance of a writer.
int wid |
The ID of this writer.
Referenced by register_writer_node().
void* private_data |
Writer-specific data.
struct lls_parse_result* lpr |
The parsed command line, merged with options given in the config file.
struct btr_node* btrn |
The buffer tree node associated with this writer node.
Referenced by register_writer_node().
struct task* task |
The task of this writer node.
Referenced by register_writer_node().
size_t min_iqs |
The minimal input queue size (size of one audio sample).