paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
writer_node Struct Reference

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...
 

Detailed Description

Describes one running instance of a writer.

Field Documentation

◆ wid

int wid

The ID of this writer.

Referenced by register_writer_node().

◆ private_data

void* private_data

Writer-specific data.

◆ lpr

struct lls_parse_result* lpr

The parsed command line, merged with options given in the config file.

◆ btrn

struct btr_node* btrn

The buffer tree node associated with this writer node.

Referenced by register_writer_node().

◆ task

struct task* task

The task of this writer node.

Referenced by register_writer_node().

◆ min_iqs

size_t min_iqs

The minimal input queue size (size of one audio sample).


The documentation for this struct was generated from the following file: