X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=ef5a7c03603a537034f5d19d62df91498e493505;hp=5edebe1173accfecfd96f0cad186b6335627e9b6;hb=09cab8901a5ff30aa8a6823a75f2a6161779f025;hpb=56955f95584f51709320262f7d2e0ea79301d346 diff --git a/write_common.h b/write_common.h index 5edebe11..ef5a7c03 100644 --- a/write_common.h +++ b/write_common.h @@ -13,3 +13,6 @@ 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);