paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
writer_node Struct Reference

Data Fields

int wid
 
void * private_data
 
struct lls_parse_result * lpr
 
struct btr_node * btrn
 
struct task * task
 
size_t min_iqs
 

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: