caf input support
[fdkaac.git] / src / caf_reader.h
1 /*
2 * Copyright (C) 2013 nu774
3 * For conditions of distribution and use, see copyright notice in COPYING
4 */
5 #ifndef CAF_READER_H
6 #define CAF_READER_H
7
8 #include "lpcm.h"
9 #include "pcm_reader.h"
10 #include "metadata.h"
11
12 pcm_reader_t *caf_open(pcm_io_context_t *io,
13 aacenc_tag_callback_t tag_callback, void *tag_ctx);
14
15 #endif
This page took 0.02018 seconds and 4 git commands to generate.