equal
deleted
inserted
replaced
69 |
69 |
70 QAudioFormat& operator=(const QAudioFormat &other); |
70 QAudioFormat& operator=(const QAudioFormat &other); |
71 bool operator==(const QAudioFormat &other) const; |
71 bool operator==(const QAudioFormat &other) const; |
72 bool operator!=(const QAudioFormat &other) const; |
72 bool operator!=(const QAudioFormat &other) const; |
73 |
73 |
74 bool isNull() const; |
74 bool isValid() const; |
75 |
75 |
76 void setFrequency(int frequency); |
76 void setFrequency(int frequency); |
77 int frequency() const; |
77 int frequency() const; |
78 |
78 |
79 void setChannels(int channels); |
79 void setChannels(int channels); |