NEWS update.
[paraslash.git] / write_common.h
1 /*
2  * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
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(const char *wa, int *writer_num);
11 void print_writer_helps(int detailed);
12 void register_writer_node(struct writer_node *wn, struct btr_node *parent);
13 int setup_writer_node(const char *arg, struct btr_node *parent,
14                 struct writer_node *wn);
15 void get_btr_sample_rate(struct btr_node *btrn, int32_t *result);
16 void get_btr_channels(struct btr_node *btrn, int32_t *result);
17 void get_btr_sample_format(struct btr_node *btrn, int32_t *result);