|
OpenShot Library | libopenshot
0.7.0
|
#include <ScreenCaptureReader.h>
Public Attributes | |
| int | audio_channels = 2 |
| std::string | audio_device |
| int | audio_sample_rate = 48000 |
| ScreenCaptureBackend | backend = SCREEN_CAPTURE_AUTO |
| bool | capture_audio = false |
| std::string | display |
| openshot::Fraction | fps = openshot::Fraction(30, 1) |
| int | height = 720 |
| bool | include_cursor = true |
| std::map< std::string, std::string > | options |
| bool | show_region = false |
| int | width = 1280 |
| int | x = 0 |
| int | y = 0 |
Definition at line 36 of file ScreenCaptureReader.h.
| int openshot::ScreenCaptureSettings::audio_channels = 2 |
Definition at line 50 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| std::string openshot::ScreenCaptureSettings::audio_device |
Definition at line 48 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| int openshot::ScreenCaptureSettings::audio_sample_rate = 48000 |
Definition at line 49 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| ScreenCaptureBackend openshot::ScreenCaptureSettings::backend = SCREEN_CAPTURE_AUTO |
Definition at line 38 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), openshot::ScreenCaptureReader::ScreenCaptureReader(), and openshot::ScreenCaptureReader::SetJsonValue().
| bool openshot::ScreenCaptureSettings::capture_audio = false |
Definition at line 47 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), openshot::ScreenCaptureReader::ScreenCaptureReader(), and openshot::ScreenCaptureReader::SetJsonValue().
| std::string openshot::ScreenCaptureSettings::display |
Definition at line 39 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| openshot::Fraction openshot::ScreenCaptureSettings::fps = openshot::Fraction(30, 1) |
Definition at line 44 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::GetStats(), openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| int openshot::ScreenCaptureSettings::height = 720 |
Definition at line 43 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| bool openshot::ScreenCaptureSettings::include_cursor = true |
Definition at line 45 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| std::map<std::string, std::string> openshot::ScreenCaptureSettings::options |
Definition at line 51 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| bool openshot::ScreenCaptureSettings::show_region = false |
Definition at line 46 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| int openshot::ScreenCaptureSettings::width = 1280 |
Definition at line 42 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| int openshot::ScreenCaptureSettings::x = 0 |
Definition at line 40 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
| int openshot::ScreenCaptureSettings::y = 0 |
Definition at line 41 of file ScreenCaptureReader.h.
Referenced by openshot::ScreenCaptureReader::JsonValue(), and openshot::ScreenCaptureReader::SetJsonValue().
1.8.17