CVB++ 14.0
RawVideoSettings Class Reference

Settings for initializing a raw video engine recorder. More...

#include <cvb/movie2/recording_settings.hpp>

Inherits RecordingSettings.

Public Member Functions

 RawVideoSettings () noexcept
 Created default settings. More...
 
- Public Member Functions inherited from RecordingSettings
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...
 

Detailed Description

Settings for initializing a raw video engine recorder.

Constructor & Destructor Documentation

◆ RawVideoSettings()

RawVideoSettings ( )
inlinenoexcept

Created default settings.

Exceptions
Doesnot throw any exception.