CVB.Net 14.0
Stemmer.Cvb.Movie2.RecordingEngine Namespace Reference

Classes

class  DirectShowSettings
 Settings for the DirectShowEngine. More...
 
class  NamespaceDoc
 The namespace and assembly Stemmer.Cvb.Movie2.RecordingEngine contains the settings objects for the different available recording engines. 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...
 

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.