MediaRecorderTBuffer, TFormat Class |
Namespace: FM.IceLink
The MediaRecorderTBuffer, TFormat type exposes the following members.
Name | Description | |
---|---|---|
MediaRecorderTBuffer, TFormat |
Initializes a new instance of the MediaRecorderTBuffer, TFormat class.
|
Name | Description | |
---|---|---|
File |
Gets or sets the file.
| |
FileStream |
Gets or sets the recorder stream.
| |
Format |
Gets the format.
| |
Opened |
Gets whether the recorder has been opened or not.
| |
Path |
Gets the path.
| |
WasOpened |
Gets or sets a value indicating whether the file was opened.
|
Name | Description | |
---|---|---|
Close |
Updates the header and closes the file.
| |
DoUpdateHeader |
Updates the file header.
| |
DoWrite |
Write an encoded video frame.
| |
DoWriteHeader |
Writes the file header.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Open |
Opens the file and writes the initial header.
| |
ToString | (Inherited from Object.) | |
Write |
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.
|