Record movies with classes from this tool. More...
Classes | |
| class | DirectShowSettings |
| Settings for initializing a direct show engine recorder. More... | |
| class | RawVideoSettings |
| Settings for initializing a raw video engine recorder. More... | |
| class | Recorder |
| Movie recorder for writing video files to disk. More... | |
| class | RecordingSettings |
| Settings for initializing a recorder. More... | |
Typedefs | |
| using | RecorderPtr = std::shared_ptr<Recorder> |
| Convenience shared pointer for Recorder. | |
Enumerations | |
| enum class | RecorderPixelFormat { Mono , Color } |
| Defines whether the recorder object writes color or mono data. More... | |
| enum class | RecordingEngineType { Undefined = CExports::Movie2_EngineUndefined , DirectShow = CExports::Movie2_EngineDirectShow , RawVideo = CExports::Movie2_EngineRawVideo } |
| Defines the recording engine that the recorder should use. More... | |
Record movies with classes from this tool.
|
strong |
|
strong |