src/multimedia/audio/qaudioformat.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    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);