|
OpenShot Library | libopenshot
0.7.0
|
#include <ScreenCaptureReader.h>
Public Attributes | |
| int | dropped_packets = 0 |
| double | duration = 0.0 |
| int64_t | frames_read = 0 |
| bool | is_open = false |
Definition at line 54 of file ScreenCaptureReader.h.
| int openshot::CaptureReaderStats::dropped_packets = 0 |
Definition at line 58 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::GetStats(), and WaylandScreenCaptureReader::GetStats().
| double openshot::CaptureReaderStats::duration = 0.0 |
Definition at line 59 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::GetStats(), and WaylandScreenCaptureReader::GetStats().
| int64_t openshot::CaptureReaderStats::frames_read = 0 |
Definition at line 57 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::GetStats(), and WaylandScreenCaptureReader::GetStats().
| bool openshot::CaptureReaderStats::is_open = false |
Definition at line 56 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::GetStats(), and WaylandScreenCaptureReader::GetStats().
1.8.17