Convert audiod commands to lopsub.
[paraslash.git] / write_common.h
1 /*
2  * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file write_common.h Exported symbols from write_common.c. */
8
9 void writer_init(void);
10 void *check_writer_arg_or_die(const char *wa, int *writer_num);
11 void print_writer_helps(unsigned flags);
12 void register_writer_node(struct writer_node *wn, struct btr_node *parent,
13                 struct sched *s);
14 void get_btr_sample_rate(struct btr_node *btrn, int32_t *result);
15 void get_btr_channels(struct btr_node *btrn, int32_t *result);
16 void get_btr_sample_format(struct btr_node *btrn, int32_t *result);