| 573 | } |
| 574 | |
| 575 | int64_t DDACapture::GetFrameIndex() { |
| 576 | monitor_frame_index_++; |
| 577 | return monitor_frame_index_; |
| 578 | } |
| 579 | |
| 580 | bool DDACapture::StartCapture() { |
| 581 | auto task = [this] { |
nothing calls this directly
no outgoing calls
no test coverage detected