X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.h;h=fc702ca0b69d1ba8530dc20a808886b8b8267be8;hb=f2dfd6d47a71433c530773cfbf4039de8b065369;hp=ef5a7c03603a537034f5d19d62df91498e493505;hpb=10079828feee9a5b45937a7b9615c926a286782b;p=paraslash.git diff --git a/write_common.h b/write_common.h index ef5a7c03..fc702ca0 100644 --- a/write_common.h +++ b/write_common.h @@ -1,18 +1,15 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file write_common.h exported symbols from write_common.c */ +/** \file write_common.h Exported symbols from write_common.c. */ -int wng_open(struct writer_node_group *g); -void wng_close(struct writer_node_group *g); -struct writer_node_group *wng_new(unsigned num_writers); void writer_init(void); void *check_writer_arg(const char *wa, int *writer_num); -struct writer_node_group *setup_default_wng(void); void print_writer_helps(int detailed); -struct writer_node *setup_writer_node(const char *arg, struct btr_node *parent); -int get_btr_samplerate(struct btr_node *btrn, int32_t *result); -int get_btr_channels(struct btr_node *btrn, int32_t *result); +void register_writer_node(struct writer_node *wn, struct btr_node *parent); +void get_btr_sample_rate(struct btr_node *btrn, int32_t *result); +void get_btr_channels(struct btr_node *btrn, int32_t *result); +void get_btr_sample_format(struct btr_node *btrn, int32_t *result);