source: roaraudio/roard/include/codecfilter_cmd.h @ 196:5625b89335c7

Last change on this file since 196:5625b89335c7 was 196:5625b89335c7, checked in by phi, 16 years ago

added basic support for codecfilter_cmd

File size: 336 bytes
Line 
1//codecfilter_cmd.h:
2
3#ifndef _CODECFILTER_CMD_H_
4#define _CODECFILTER_CMD_H_
5
6#include <roaraudio.h>
7
8int cf_cmd_open(CODECFILTER_USERDATA_T * inst, int codec,
9                                             struct roar_stream_server * info,
10                                             struct roar_codecfilter   * filter);
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.