Recorder Class

CVB.Net Documentation
Movie2 recorder for writing video files to disk.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Movie2Recorder

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

public class Recorder : INativeHandle, IDisposable

The Recorder type exposes the following members.

Constructors

  NameDescription
Public methodRecorder(String, Size2D, RecorderPixelFormat)
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.
Public methodRecorder(String, Size2D, RecorderPixelFormat, RecordingSettings)
Creates a recorder object writing video streams with the given size and pixelFormat.
Top
Properties

  NameDescription
Public propertyEngineType
Recording engine this recorder uses.
Public propertyHandle
Gets the native handle of the Movie2 recorder object.
Public propertyIsDisposed
Gets whether this object has been disposed.
Top
Methods

  NameDescription
Public methodClose
Closes the stream.
Public methodDispose
IDisposable implementation.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(Image)
Writes the given image into the stream.
Public methodWrite(Image, String)
Writes the given image with the given metadata into the stream.
Top
Events

  NameDescription
Public eventObjectDisposing
Event that is fired when this object is being disposed.
Top
See Also

Reference