| 657 | |
| 658 | rdcstr GetTarget() { return m_Target; } |
| 659 | rdcstr GetAPI() { return m_API; } |
| 660 | uint32_t GetPID() { return m_PID; } |
| 661 | rdcstr GetBusyClient() { return m_BusyClient; } |
| 662 | void TriggerCapture(uint32_t numFrames) |
no outgoing calls
no test coverage detected