equal
deleted
inserted
replaced
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); |