~bratsche/vlc/vlc-notify-add-actions-with-server-support

« back to all changes in this revision

Viewing changes to extras/faad2/plugins/QCDMp4/QCDInputDLL.h

  • Committer: Bazaar Package Importer
  • Date: 2008-11-28 09:29:51 UTC
  • Revision ID: jamesw@ubuntu.com-20081128092951-0y5ojboptscru17f
Tags: upstream-ubuntu-0.8.6.release.e+x264svn20071224+faad2.6.1
ImportĀ upstreamĀ versionĀ 0.8.6.release.e+x264svn20071224+faad2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//-----------------------------------------------------------------------------
2
 
// 
3
 
// File:        QCDInputDLL.h
4
 
//
5
 
// About:       QCD Player Input module DLL interface.  For more documentation, see
6
 
//                      QCDModInput.h.
7
 
//
8
 
// Authors:     Written by Paul Quinn and Richard Carlson.
9
 
//
10
 
//      QCD multimedia player application Software Development Kit Release 1.0.
11
 
//
12
 
//      Copyright (C) 1997-2002 Quinnware
13
 
//
14
 
//      This code is free.  If you redistribute it in any form, leave this notice 
15
 
//      here.
16
 
//
17
 
//      This program is distributed in the hope that it will be useful,
18
 
//      but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 
//      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
 
//
21
 
//-----------------------------------------------------------------------------
22
 
 
23
 
#ifndef QCDInputDLL_H
24
 
#define QCDInputDLL_H
25
 
 
26
 
#include "QCDModInput.h"
27
 
 
28
 
// Calls from the Player
29
 
int  GetMediaSupported(const char* medianame, MediaInfo *mediaInfo);
30
 
int  GetTrackExtents(const char* medianame, TrackExtents *ext, int flags);
31
 
int  GetCurrentPosition(const char* medianame, long *track, long *offset);
32
 
 
33
 
void SetEQ(EQInfo*);
34
 
void SetVolume(int levelleft, int levelright, int flags);
35
 
 
36
 
int  Play(const char* medianame, int framefrom, int frameto, int flags);
37
 
int  Pause(const char* medianame, int flags);
38
 
int  Stop(const char* medianame, int flags);
39
 
int  Eject(const char* medianame, int flags);
40
 
 
41
 
int  Initialize(QCDModInfo *ModInfo, int flags);
42
 
void ShutDown(int flags);
43
 
void Configure(int flags);
44
 
void About(int flags);
45
 
 
 
1
//-----------------------------------------------------------------------------
 
2
// 
 
3
// File:        QCDInputDLL.h
 
4
//
 
5
// About:       QCD Player Input module DLL interface.  For more documentation, see
 
6
//                      QCDModInput.h.
 
7
//
 
8
// Authors:     Written by Paul Quinn and Richard Carlson.
 
9
//
 
10
//      QCD multimedia player application Software Development Kit Release 1.0.
 
11
//
 
12
//      Copyright (C) 1997-2002 Quinnware
 
13
//
 
14
//      This code is free.  If you redistribute it in any form, leave this notice 
 
15
//      here.
 
16
//
 
17
//      This program is distributed in the hope that it will be useful,
 
18
//      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
//      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
20
//
 
21
//-----------------------------------------------------------------------------
 
22
 
 
23
#ifndef QCDInputDLL_H
 
24
#define QCDInputDLL_H
 
25
 
 
26
#include "QCDModInput.h"
 
27
 
 
28
// Calls from the Player
 
29
int  GetMediaSupported(const char* medianame, MediaInfo *mediaInfo);
 
30
int  GetTrackExtents(const char* medianame, TrackExtents *ext, int flags);
 
31
int  GetCurrentPosition(const char* medianame, long *track, long *offset);
 
32
 
 
33
void SetEQ(EQInfo*);
 
34
void SetVolume(int levelleft, int levelright, int flags);
 
35
 
 
36
int  Play(const char* medianame, int framefrom, int frameto, int flags);
 
37
int  Pause(const char* medianame, int flags);
 
38
int  Stop(const char* medianame, int flags);
 
39
int  Eject(const char* medianame, int flags);
 
40
 
 
41
int  Initialize(QCDModInfo *ModInfo, int flags);
 
42
void ShutDown(int flags);
 
43
void Configure(int flags);
 
44
void About(int flags);
 
45
 
46
46
#endif //QCDInputDLL_H
 
 
b'\\ No newline at end of file'