Recorder Constructor (String, Size2D, RecorderPixelFormat)

CVB.Net Documentation
Opens a recorder object for writing a video stream in path with the given size and pixelFormat and default RecordingSettings. Uses the DirectShowEngine per default.

Namespace:  Stemmer.Cvb.Movie2
Assembly:  Stemmer.Cvb.Movie2 (in Stemmer.Cvb.Movie2.dll) Version: 14.0.0.0
Syntax

public Recorder(
	string path,
	Size2D size,
	RecorderPixelFormat pixelFormat
)

Parameters

path
Type: SystemString
Path to write avi container to.
size
Type: Stemmer.CvbSize2D
Size of the video frames in pixels.
pixelFormat
Type: Stemmer.Cvb.Movie2RecorderPixelFormat
Defines whether mono or color images are written.
See Also

Reference