Sha256: 47da14e2a35f8ba2020ab8e25b89ca5fdfde1b7d27eaa75156f1a0df44bee027
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 Bytes
Contents
/* streamdump: Dumping a copy of the input data. copyright 2010 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Michael Hipp */ #ifndef STREAMDUMP_H #define STREAMDUMP_H #include "mpg123app.h" /* Open dump stream, if requested, and replace readers. Return value is 0 for no error, -1 when bad. */ int dump_open(mpg123_handle *mh); /* Just close... */ void dump_close(void); #endif
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
seal-0.1.3 | mpg123/src/streamdump.h |
seal-0.1.2 | mpg123/src/streamdump.h |
seal-0.1.1 | mpg123/src/streamdump.h |
seal-0.1.0 | mpg123/src/streamdump.h |