view src/filewriter/convert.h @ 3161:6dd886b5c72b

revive stdio plugin for now. gio cannot write id3 tags.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 13 Jul 2009 23:53:41 +0900
parents 11ef2164d90b
children
line wrap: on
line source

#ifndef CONVERT_H
#define CONVERT_H

#include "filewriter.h"

gpointer convert_output;

gboolean convert_init(AFormat input_fmt, AFormat output_fmt, gint channels);

gint convert_process(gpointer ptr, gint length);

void convert_free(void);

#endif