Public Attributes | |
| bool | continuous = false |
| bool | frame_due = false |
| bool | has_pts = false |
| std::uint64_t | pts = 0 |
| bool | snapshot = false |
| SnapshotFormat | snapshot_format = SnapshotFormat::Png |
Definition at line 104 of file ACMXVK/main_window.hpp.
| bool acmxvk::MainWindow::ReadbackRequest::continuous = false |
Definition at line 107 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().
| bool acmxvk::MainWindow::ReadbackRequest::frame_due = false |
Definition at line 108 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().
| bool acmxvk::MainWindow::ReadbackRequest::has_pts = false |
Definition at line 109 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().
| std::uint64_t acmxvk::MainWindow::ReadbackRequest::pts = 0 |
Definition at line 110 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().
| bool acmxvk::MainWindow::ReadbackRequest::snapshot = false |
Definition at line 105 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().
| SnapshotFormat acmxvk::MainWindow::ReadbackRequest::snapshot_format = SnapshotFormat::Png |
Definition at line 106 of file ACMXVK/main_window.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::MainWindow::onFrameReadbackScheduled().