Click or drag to resize

AudioRecorder Methods

The AudioRecorder type exposes the following members.

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