44e479eb6f4f3b5483e149ecad768d1ad244eee3
2 * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file write_common.h exported symbols from write_common.c */
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 int get_btr_samplerate(struct btr_node
*btrn
, int32_t *result
);
16 int get_btr_channels(struct btr_node
*btrn
, int32_t *result
);