Add in start of audio-cd code. I'm not familiar with gstreamer, so if anyone would like to help, feel free

This commit is contained in:
Jaime Thomas
2008-05-23 03:33:04 +00:00
parent bcd057ae39
commit 4f1456769f
8 changed files with 210 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
#ifndef ECDB_AUDIO_H
#define ECDB_AUDIO_H
Ecdb_Source *ecdb_audio_track_handle(Ecdb_Source *src);
#endif