view src/demac/apev2.h @ 3190:2f5be25204f3

alsa-ng: Nevermind, the emu10k1 driver sucks and doesn't support any of these formats, hince their failing hard for me.
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Jun 2009 09:30:27 -0500
parents ed6c81bd9016
children
line wrap: on
line source

#ifndef APEV2_H
#define APEV2_H

#include <mowgli.h>

mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd);
gboolean write_apev2_tag(VFSFile *vfd, mowgli_dictionary_t *tag);

#endif