|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| int | wid |
| void * | private_data |
| struct lls_parse_result * | lpr |
| struct btr_node * | btrn |
| struct task * | task |
| size_t | min_iqs |
Describes one running instance of a writer.
A writer node corresponds to a buffer tree node and a task.
| 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).