aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/procqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/procqueue.h')
-rw-r--r--include/gapk/procqueue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gapk/procqueue.h b/include/gapk/procqueue.h
index ba1e2fa..93893ca 100644
--- a/include/gapk/procqueue.h
+++ b/include/gapk/procqueue.h
@@ -44,6 +44,11 @@ int pq_execute(struct pq *pq);
int pq_queue_file_input(struct pq *pq, FILE *src, unsigned int block_len);
int pq_queue_file_output(struct pq *pq, FILE *dst, unsigned int block_len);
+/* RTP */
+int pq_queue_rtp_input(struct pq *pq, int rtp_fd, unsigned int block_len);
+int pq_queue_rtp_output(struct pq *pq, int rtp_fd, unsigned int block_len);
+
+
/* Format */
struct format_desc;
int pq_queue_fmt_convert(struct pq *pq, const struct format_desc *fmt, int to_from_n);