Click or drag to resize

VideoRecorder Methods

The VideoRecorder type exposes the following members.

Methods
  NameDescription
Public methodClose
Updates the header and closes the file.
(Inherited from MediaRecorderTBuffer, TFormat.)
Protected methodDoUpdateHeader
Updates the file header.
(Inherited from MediaRecorderTBuffer, TFormat.)
Protected methodDoWrite
Write an encoded video frame.
(Inherited from MediaRecorderTBuffer, TFormat.)
Protected methodDoWriteHeader
Writes the file header.
(Inherited from MediaRecorderTBuffer, TFormat.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Opens the file and writes the initial header.
(Inherited from MediaRecorderTBuffer, TFormat.)
Public methodToString (Inherited from Object.)
Public methodWrite
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.)
Top
See Also