(&mut self)
| 188 | |
| 189 | impl Drop for AvfStream { |
| 190 | fn drop(&mut self) { |
| 191 | if self.is_streaming { |
| 192 | unsafe { |
| 193 | self.session.stopRunning(); |
| 194 | } |
| 195 | self.is_streaming = false; |
| 196 | } |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | // --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected