VideoRecorder Class |
Namespace: FM.IceLink
The VideoRecorder type exposes the following members.
Name | Description | |
---|---|---|
![]() | VideoRecorder |
Initializes a new instance of the VideoRecorder class.
|
Name | Description | |
---|---|---|
![]() | File |
Gets or sets the file.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | FileStream |
Gets or sets the recorder stream.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | Format |
Gets the format.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | Opened |
Gets whether the recorder has been opened or not.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | Path |
Gets the path.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | WasOpened |
Gets or sets a value indicating whether the file was opened.
(Inherited from MediaRecorderTBuffer, TFormat.) |
Name | Description | |
---|---|---|
![]() | Close |
Updates the header and closes the file.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | DoUpdateHeader |
Updates the file header.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | DoWrite |
Write an encoded video frame.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | DoWriteHeader |
Writes the file header.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Open |
Opens the file and writes the initial header.
(Inherited from MediaRecorderTBuffer, TFormat.) |
![]() | ToString | (Inherited from Object.) |
![]() | Write |
Write an encoded video frame using the width
and height parameters from the first keyframe.
This method will discard non-keyframes until
the first keyframe arrives.
(Inherited from MediaRecorderTBuffer, TFormat.) |