src/3rdparty/phonon/qt7/audionode.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    70         protected:
    70         protected:
    71 	        AUNode m_auNode;
    71 	        AUNode m_auNode;
    72             AudioUnit m_audioUnit;
    72             AudioUnit m_audioUnit;
    73 
    73 
    74             // Only the following methods needs to
    74             // Only the following methods needs to
    75             // be overidden by only_one-audio-unit nodes:
    75             // be overridden by only_one-audio-unit nodes:
    76             virtual ComponentDescription getAudioNodeDescription() const;
    76             virtual ComponentDescription getAudioNodeDescription() const;
    77             virtual void initializeAudioUnit();
    77             virtual void initializeAudioUnit();
    78 
    78 
    79         private:
    79         private:
    80             bool setStreamHelp(AudioConnection *c, int bus, OSType scope, bool fromSource);
    80             bool setStreamHelp(AudioConnection *c, int bus, OSType scope, bool fromSource);