| 97 | } |
| 98 | |
| 99 | void AudioHardwareDeviceNode::start() |
| 100 | { |
| 101 | initialize(); // presumably called by the context |
| 102 | |
| 103 | if (isInitialized()) |
| 104 | { |
| 105 | m_platformAudioDevice->start(); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | void AudioHardwareDeviceNode::backendReinitialize() |
| 110 | { |