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