Click or drag to resize

MediaRecorderTBuffer, TFormat Methods

The MediaRecorderTBuffer, TFormat generic type exposes the following members.

Methods
  NameDescription
Public methodClose
Updates the header and closes the file.
Protected methodDoUpdateHeader
Updates the file header.
Protected methodDoWrite
Write an encoded video frame.
Protected methodDoWriteHeader
Writes the file header.
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.
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.
Top
See Also