view src/filewriter/convert.h @ 3047:4434b4c4a715

ported EsounD plugin
author Andrew O. Shadoura <bugzilla@tut.by>
date Fri, 17 Apr 2009 16:17:10 +0300
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