wma: Defer decoding until two data blocks are available.
[paraslash.git] / write_common.h
1 /*
2  * Copyright (C) 2006-2009 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 int get_btr_samplerate(struct btr_node *btrn, int32_t *result);
16 int get_btr_channels(struct btr_node *btrn, int32_t *result);