| 106 | } |
| 107 | |
| 108 | void Stream::ReleaseCaptureGraph() { |
| 109 | if (pCaptureGraph_ != nullptr) { |
| 110 | delete pCaptureGraph_; |
| 111 | pCaptureGraph_ = nullptr; |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | // ================================================================================================ |
| 116 | int Stream::DeviceId() const { return device_->deviceId(); } |
no outgoing calls
no test coverage detected