VideoRecorder Methods |
The VideoRecorder type exposes the following members.
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.) |