CameraVideoRecording Methods |
The CameraVideoRecording type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| StartRecording(String, Int32, Int32) | Obsolete.
Starts recording a file in the WMV format at the specified bit and frame rate.
| |
| StartRecording(String, String, CameraSnapshotFileFormat, Int32, Int32) |
Starts recording a frame stack. Each frame is saved as a separate image file. The filename of
each frame is defined by a prefix followed by a frame number.
| |
| StartRecording(String, String, CameraVideoFormat, Int32, Int32) |
Starts recording a video file at the specified bit and frame rate.
| |
| StopRecording |
Stops recording.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |