CVB.Net 15.1
Loading...
Searching...
No Matches
Stemmer.Cvb.Movie2.RecordingEngine Namespace Reference

The namespace and assembly Stemmer.Cvb.Movie2.RecordingEngine contains the settings objects for the different available recording engines. More...

Classes

class  DirectShowSettings
 Settings for the DirectShowEngine. More...
 
class  RawVideoSettings
 Settings for the RawVideoEngine. More...
 
class  RecordingSettings
 Settings for a IRecordingEngine. More...
 

Enumerations

enum  RecordingEngineType { Undefined = -1 , DirectShow = 0 , RawVideo = 1 }
 Defines the recording engine that the recorder should use. More...
 

Detailed Description

The namespace and assembly Stemmer.Cvb.Movie2.RecordingEngine contains the settings objects for the different available recording engines.

Enumeration Type Documentation

◆ RecordingEngineType

Defines the recording engine that the recorder should use.

Enumerator
Undefined 

Place holder for situations where the engine is undefined.

DirectShow 

Use DirectShow framework for recording AVI files.

RawVideo 

Use CVRawVideo for recording raw video.