| 578 | InvokeVoidFunction(&ICaptureContext::LoadCapture, capture, opts, origFilename, temporary, local); |
| 579 | } |
| 580 | virtual bool SaveCaptureTo(const rdcstr &capture) override |
| 581 | { |
| 582 | return InvokeRetFunction<bool>(&ICaptureContext::SaveCaptureTo, capture); |
| 583 | } |
| 584 | virtual void RecompressCapture() override |
| 585 | { |
| 586 | InvokeVoidFunction(&ICaptureContext::RecompressCapture); |
no outgoing calls
no test coverage detected