Click or drag to resize

AudioRecorder Class

An audio recorder.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AudioRecorder type exposes the following members.

Constructors
  NameDescription
Public methodAudioRecorder
Initializes a new instance of the AudioRecorder class.
Top
Properties
  NameDescription
Protected propertyFile
Gets or sets the file.
(Inherited from MediaRecorderTBuffer, TFormat.)
Protected propertyFileStream
Gets or sets the recorder stream.
(Inherited from MediaRecorderTBuffer, TFormat.)
Public propertyFormat
Gets the format.
(Inherited from MediaRecorderTBuffer, TFormat.)
Public propertyOpened
Gets whether the recorder has been opened or not.
(Inherited from MediaRecorderTBuffer, TFormat.)
Public propertyPath
Gets the path.
(Inherited from MediaRecorderTBuffer, TFormat.)
Protected propertyWasOpened
Gets or sets a value indicating whether the file was opened.
(Inherited from MediaRecorderTBuffer, TFormat.)
Top
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