Recorder Constructor (String, Size2D, RecorderPixelFormat, RecordingSettings)

CVB.Net Documentation
Creates a recorder object writing video streams with the given size and pixelFormat.

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,
	RecordingSettings settings
)

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.
settings
Type: Stemmer.Cvb.Movie2.RecordingEngineRecordingSettings
Settings for initializing the recorder.
Remarks

The stream is not opened and can be configured.
See Also

Reference