| VideoRecorder Methods | 
The VideoRecorder type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Close | 
            Updates the header and closes the file.
            (Inherited from MediaRecorderTBuffer, TFormat.) | 
|  | DoUpdateHeader | 
            Updates the file header.
            (Overrides MediaRecorderTBuffer, TFormatDoUpdateHeader.) | 
|  | DoWrite | 
            Write an encoded video frame.
            (Overrides MediaRecorderTBuffer, TFormatDoWrite(TBuffer, Int64).) | 
|  | DoWriteHeader | 
            Writes the file header.
            (Overrides MediaRecorderTBuffer, TFormatDoWriteHeader.) | 
|  | 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.) | 
 See Also
See Also