Click or drag to resize

MediaRecorderTBuffer, TFormat Class

A recorder.
Inheritance Hierarchy
SystemObject
  FM.IceLinkMediaRecorderTBuffer, TFormat
    FM.IceLinkAudioRecorder
    FM.IceLinkVideoRecorder

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

The MediaRecorderTBuffer, TFormat type exposes the following members.

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