Click or drag to resize

CameraVideoRecording Class

Records the 3D window to either a movie file or to consecutively ordered image files each time the Scene is rendered.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedCameraVideoRecording

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class CameraVideoRecording : IDisposable

The CameraVideoRecording type exposes the following members.

Properties
  NameDescription
Public propertyIsRecording
Gets if recording is occurring or not.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartRecording(String, Int32, Int32) Obsolete.
Starts recording a file in the WMV format at the specified bit and frame rate.
Public methodStartRecording(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.
Public methodStartRecording(String, String, CameraVideoFormat, Int32, Int32)
Starts recording a video file at the specified bit and frame rate.
Public methodStopRecording
Stops recording.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also