Class VideoRecorder
An video recorder.
Inheritance
System.Object
VideoRecorder
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class VideoRecorder : MediaRecorder<VideoBuffer, VideoFormat>
Constructors
VideoRecorder(String)
Initializes a new instance of the VideoRecorder class.
Declaration
public VideoRecorder(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |