projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use sideband also for challenge response.
[paraslash.git]
/
write_common.h
diff --git
a/write_common.h
b/write_common.h
index
74f8e1c
..
891f07d
100644
(file)
--- a/
write_common.h
+++ b/
write_common.h
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2006-201
0
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-201
2
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-7,10
+7,10
@@
/** \file write_common.h Exported symbols from write_common.c. */
void writer_init(void);
/** \file write_common.h Exported symbols from write_common.c. */
void writer_init(void);
-void *check_writer_arg(const char *wa, int *writer_num);
+void *check_writer_arg
_or_die
(const char *wa, int *writer_num);
void print_writer_helps(int detailed);
void print_writer_helps(int detailed);
-void register_writer_node(struct writer_node *wn, struct btr_node *parent);
-int setup_writer_node(const char *arg, struct btr_node *parent,
- struct writer_node *wn);
+void register_writer_node(struct writer_node *wn, struct btr_node *parent,
+ struct sched *s);
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_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);