| 592 | return InvokeRetFunction<bool>(&ICaptureContext::ImportCapture, fmt, importfile, rdcfile); |
| 593 | } |
| 594 | virtual void ExportCapture(const CaptureFileFormat &fmt, const rdcstr &exportfile) override |
| 595 | { |
| 596 | InvokeVoidFunction(&ICaptureContext::ExportCapture, fmt, exportfile); |
| 597 | } |
| 598 | virtual void SetEventID(const rdcarray<ICaptureViewer *> &exclude, uint32_t selectedEventID, |
| 599 | uint32_t eventId, bool force = false) override |
| 600 | { |