Settings for initializing a recorder.
More...
#include <cvb/movie2/recording_settings.hpp>
Inherited by DirectShowSettings, and RawVideoSettings.
Settings for initializing a recorder.
◆ EngineType()
Returns the engine type.
- Exceptions
-
Does | not throw any exception. |
◆ FrameRate()
double FrameRate |
( |
| ) |
const |
|
inlinenoexcept |
Gets the frame rate the video uses for playback.
- Returns
- double
- Exceptions
-
This value is always used despite the rate images are added to the recorder.
◆ SetFrameRate()
void SetFrameRate |
( |
double | frameRate | ) |
|
|
inline |
Sets the frame rate the video uses for playback.
- Parameters
-
[in] | frameRate | The new frame rate |
- Exceptions
-
This value is always used despite the rate images are added to the recorder.