summaryrefslogtreecommitdiff
path: root/faad2/src/plugins/QCDMp4/QCDInputDLL.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2015-08-25 19:58:37 +0200
committerMichał Cichoń <michcic@gmail.com>2015-08-25 19:58:37 +0200
commita68df043bfbc7f8f38332143577877846631eca4 (patch)
treebf0e892f6e6df291111536e5db14982c834efe13 /faad2/src/plugins/QCDMp4/QCDInputDLL.h
parent62c78119f83d76661ded8c852ac42c3b9330d211 (diff)
downloadpianobar-windows-build-a68df043bfbc7f8f38332143577877846631eca4.tar.gz
pianobar-windows-build-a68df043bfbc7f8f38332143577877846631eca4.tar.bz2
pianobar-windows-build-a68df043bfbc7f8f38332143577877846631eca4.zip
Update build environment
- remove faad2 - remove mad - remove polarssl - remove pthreads - add libcurl - add vtparse with UTF8 support - update project to use Visual Studio 2015
Diffstat (limited to 'faad2/src/plugins/QCDMp4/QCDInputDLL.h')
-rw-r--r--faad2/src/plugins/QCDMp4/QCDInputDLL.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/faad2/src/plugins/QCDMp4/QCDInputDLL.h b/faad2/src/plugins/QCDMp4/QCDInputDLL.h
deleted file mode 100644
index 46a811a..0000000
--- a/faad2/src/plugins/QCDMp4/QCDInputDLL.h
+++ /dev/null
@@ -1,46 +0,0 @@
-//-----------------------------------------------------------------------------
-//
-// File: QCDInputDLL.h
-//
-// About: QCD Player Input module DLL interface. For more documentation, see
-// QCDModInput.h.
-//
-// Authors: Written by Paul Quinn and Richard Carlson.
-//
-// QCD multimedia player application Software Development Kit Release 1.0.
-//
-// Copyright (C) 1997-2002 Quinnware
-//
-// This code is free. If you redistribute it in any form, leave this notice
-// here.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-//
-//-----------------------------------------------------------------------------
-
-#ifndef QCDInputDLL_H
-#define QCDInputDLL_H
-
-#include "QCDModInput.h"
-
-// Calls from the Player
-int GetMediaSupported(const char* medianame, MediaInfo *mediaInfo);
-int GetTrackExtents(const char* medianame, TrackExtents *ext, int flags);
-int GetCurrentPosition(const char* medianame, long *track, long *offset);
-
-void SetEQ(EQInfo*);
-void SetVolume(int levelleft, int levelright, int flags);
-
-int Play(const char* medianame, int framefrom, int frameto, int flags);
-int Pause(const char* medianame, int flags);
-int Stop(const char* medianame, int flags);
-int Eject(const char* medianame, int flags);
-
-int Initialize(QCDModInfo *ModInfo, int flags);
-void ShutDown(int flags);
-void Configure(int flags);
-void About(int flags);
-
-#endif //QCDInputDLL_H \ No newline at end of file