-rw-r--r-- | noncore/multimedia/opierec/device.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/helpwindow.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/qtrec.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/wavFile.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/multimedia/opierec/device.h b/noncore/multimedia/opierec/device.h index 2d4d2fc..f92be98 100644 --- a/noncore/multimedia/opierec/device.h +++ b/noncore/multimedia/opierec/device.h | |||
@@ -1,26 +1,26 @@ | |||
1 | 1 | ||
2 | #ifndef DEVICE_H | 2 | #ifndef DEVICE_H |
3 | #define DEVICE_H | 3 | #define DEVICE_H |
4 | #include <qobject.h> | 4 | #include <qobject.h> |
5 | #include <sys/soundcard.h> | 5 | #include <sys/soundcard.h> |
6 | 6 | ||
7 | class Device : public QObject { | 7 | class Device : public QObject { |
8 | Q_OBJECT | 8 | Q_OBJECT |
9 | public: | 9 | public: |
10 | Device( QObject * parent, const char * dspStr, const char * mixerStr, bool record ); | 10 | Device( QObject * parent=0, const char * dspStr=0, const char * mixerStr=0, bool record=0 ); |
11 | ~Device() {}; | 11 | ~Device() {}; |
12 | bool closeDevice( bool); | 12 | bool closeDevice( bool); |
13 | int getChannels(); | 13 | int getChannels(); |
14 | int getFormat(); | 14 | int getFormat(); |
15 | int getInVolume(); | 15 | int getInVolume(); |
16 | int getOutVolume(); | 16 | int getOutVolume(); |
17 | int getRate(); | 17 | int getRate(); |
18 | int getRes(); | 18 | int getRes(); |
19 | int sd; //sound descriptor | 19 | int sd; //sound descriptor |
20 | void changedInVolume(int); | 20 | void changedInVolume(int); |
21 | void changedOutVolume(int); | 21 | void changedOutVolume(int); |
22 | bool openDsp(); | 22 | bool openDsp(); |
23 | int getDeviceFormat(); | 23 | int getDeviceFormat(); |
24 | int getDeviceRate(); | 24 | int getDeviceRate(); |
25 | int getDeviceBits(); | 25 | int getDeviceBits(); |
26 | int getDeviceChannels(); | 26 | int getDeviceChannels(); |
diff --git a/noncore/multimedia/opierec/helpwindow.h b/noncore/multimedia/opierec/helpwindow.h index bd8fbdf..bfe2341 100644 --- a/noncore/multimedia/opierec/helpwindow.h +++ b/noncore/multimedia/opierec/helpwindow.h | |||
@@ -12,33 +12,33 @@ | |||
12 | #define HELPWINDOW_H | 12 | #define HELPWINDOW_H |
13 | 13 | ||
14 | #include <qmainwindow.h> | 14 | #include <qmainwindow.h> |
15 | #include <qtextbrowser.h> | 15 | #include <qtextbrowser.h> |
16 | #include <qstringlist.h> | 16 | #include <qstringlist.h> |
17 | #include <qmap.h> | 17 | #include <qmap.h> |
18 | #include <qdir.h> | 18 | #include <qdir.h> |
19 | #include <qevent.h> | 19 | #include <qevent.h> |
20 | 20 | ||
21 | class QComboBox; | 21 | class QComboBox; |
22 | class QPopupMenu; | 22 | class QPopupMenu; |
23 | 23 | ||
24 | class HelpWindow : public QMainWindow | 24 | class HelpWindow : public QMainWindow |
25 | { | 25 | { |
26 | Q_OBJECT | 26 | Q_OBJECT |
27 | public: | 27 | public: |
28 | HelpWindow( const QString& home_, const QString& path, QWidget* parent, const char *name ); | 28 | HelpWindow( const QString& home_=0, const QString& path=0, QWidget* parent=0, const char *name=0 ); |
29 | ~HelpWindow(); | 29 | ~HelpWindow(); |
30 | 30 | ||
31 | private slots: | 31 | private slots: |
32 | 32 | ||
33 | void addBookmark(); | 33 | void addBookmark(); |
34 | void bookmChosen( int ); | 34 | void bookmChosen( int ); |
35 | void histChosen( int ); | 35 | void histChosen( int ); |
36 | void newWindow(); | 36 | void newWindow(); |
37 | void openFile(); | 37 | void openFile(); |
38 | void pathSelected( const QString & ); | 38 | void pathSelected( const QString & ); |
39 | void print(); | 39 | void print(); |
40 | void setBackwardAvailable( bool ); | 40 | void setBackwardAvailable( bool ); |
41 | void setForwardAvailable( bool ); | 41 | void setForwardAvailable( bool ); |
42 | void textChanged(); | 42 | void textChanged(); |
43 | private: | 43 | private: |
44 | QTextBrowser* browser; | 44 | QTextBrowser* browser; |
diff --git a/noncore/multimedia/opierec/qtrec.h b/noncore/multimedia/opierec/qtrec.h index 1a51151..bcf5504 100644 --- a/noncore/multimedia/opierec/qtrec.h +++ b/noncore/multimedia/opierec/qtrec.h | |||
@@ -43,33 +43,33 @@ class QLineEdit; | |||
43 | #define MAX_TRACKS 2 | 43 | #define MAX_TRACKS 2 |
44 | //#define BUFSIZE 4096 | 44 | //#define BUFSIZE 4096 |
45 | // #define BUFSIZE 8182 //Z default buffer size | 45 | // #define BUFSIZE 8182 //Z default buffer size |
46 | #define BUFSIZE 1024 | 46 | #define BUFSIZE 1024 |
47 | //#define BUFSIZE 2048 | 47 | //#define BUFSIZE 2048 |
48 | #define FRAGSIZE 0x7fff000A; | 48 | #define FRAGSIZE 0x7fff000A; |
49 | 49 | ||
50 | #define WAVE_FORMAT_DVI_ADPCM (0x0011) | 50 | #define WAVE_FORMAT_DVI_ADPCM (0x0011) |
51 | #define WAVE_FORMAT_PCM (0x0001) | 51 | #define WAVE_FORMAT_PCM (0x0001) |
52 | //AFMT_IMA_ADPCM | 52 | //AFMT_IMA_ADPCM |
53 | 53 | ||
54 | class QtRec : public QWidget | 54 | class QtRec : public QWidget |
55 | { | 55 | { |
56 | Q_OBJECT | 56 | Q_OBJECT |
57 | 57 | ||
58 | public: | 58 | public: |
59 | QtRec( QWidget* parent, const char* name, WFlags fl ); | 59 | QtRec( QWidget* parent=0, const char* name=0, WFlags fl=0 ); |
60 | ~QtRec(); | 60 | ~QtRec(); |
61 | QSlider *OutputSlider,*InputSlider; | 61 | QSlider *OutputSlider,*InputSlider; |
62 | 62 | ||
63 | public slots: | 63 | public slots: |
64 | private: | 64 | private: |
65 | // int fragment; | 65 | // int fragment; |
66 | int fd1; | 66 | int fd1; |
67 | int secCount; | 67 | int secCount; |
68 | QString timeString; | 68 | QString timeString; |
69 | 69 | ||
70 | QLineEdit *renameBox; | 70 | QLineEdit *renameBox; |
71 | QGroupBox* GroupBox1; | 71 | QGroupBox* GroupBox1; |
72 | QString currentFile; | 72 | QString currentFile; |
73 | QString date, currentFileName, tmpFileName; | 73 | QString date, currentFileName, tmpFileName; |
74 | QTimer *t_timer; | 74 | QTimer *t_timer; |
75 | bool needsStereoOut, paused, playing; | 75 | bool needsStereoOut, paused, playing; |
diff --git a/noncore/multimedia/opierec/wavFile.h b/noncore/multimedia/opierec/wavFile.h index 53740e0..b70c09d 100644 --- a/noncore/multimedia/opierec/wavFile.h +++ b/noncore/multimedia/opierec/wavFile.h | |||
@@ -14,34 +14,34 @@ typedef struct { | |||
14 | char fmtID[4]; | 14 | char fmtID[4]; |
15 | unsigned long fmtLen; | 15 | unsigned long fmtLen; |
16 | unsigned short fmtTag; | 16 | unsigned short fmtTag; |
17 | unsigned short nChannels; | 17 | unsigned short nChannels; |
18 | unsigned long sampleRate; | 18 | unsigned long sampleRate; |
19 | unsigned long avgBytesPerSec; | 19 | unsigned long avgBytesPerSec; |
20 | unsigned short nBlockAlign; | 20 | unsigned short nBlockAlign; |
21 | unsigned short bitsPerSample; | 21 | unsigned short bitsPerSample; |
22 | char dataID[4]; | 22 | char dataID[4]; |
23 | unsigned long dataLen; | 23 | unsigned long dataLen; |
24 | } wavhdr; | 24 | } wavhdr; |
25 | 25 | ||
26 | 26 | ||
27 | class WavFile : public QObject { | 27 | class WavFile : public QObject { |
28 | Q_OBJECT | 28 | Q_OBJECT |
29 | public: | 29 | public: |
30 | WavFile( QObject * parent,const QString &fileName, bool newFile, int sampleRate, | 30 | WavFile( QObject * parent=0,const QString &fileName=0, bool newFile=0, int sampleRate=0, |
31 | int channels , int resolution, int format); | 31 | int channels=0 , int resolution=0, int format=0); |
32 | ~WavFile(); | 32 | ~WavFile(); |
33 | wavhdr hdr; | 33 | wavhdr hdr; |
34 | bool adjustHeaders(int fd, int total); | 34 | bool adjustHeaders(int fd, int total); |
35 | QString currentFileName; | 35 | QString currentFileName; |
36 | QString trackName(); | 36 | QString trackName(); |
37 | 37 | ||
38 | QFile track; | 38 | QFile track; |
39 | int wavHandle(); | 39 | int wavHandle(); |
40 | int getFormat(); | 40 | int getFormat(); |
41 | int getResolution(); | 41 | int getResolution(); |
42 | int getSampleRate(); | 42 | int getSampleRate(); |
43 | int getNumberSamples(); | 43 | int getNumberSamples(); |
44 | bool isTempFile(); | 44 | bool isTempFile(); |
45 | int openFile(const QString &); | 45 | int openFile(const QString &); |
46 | bool newFile(); | 46 | bool newFile(); |
47 | void closeFile(); | 47 | void closeFile(); |