The IFormatWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddFrame |
Appends specified frame to the end of file (or other media). |
|
|
Clone | (Inherited from ICloneable.) |
|
|
Close |
Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media). |
|
|
Dispose | (Inherited from IDisposable.) |
|
|
ExportEncoderOptions | Overloaded. Exports all writer settings into the encoder options object. |
|
|
GetEmptyFrame |
Returns Frame descendant class of the format supported with this writer. |
|
|
ImportEncoderOptions |
Initialize the writer settings from the encoder options object. |
|
|
Open | Overloaded. Opens format writer on specified media. |
| Name | Description | |
|---|---|---|
|
|
CodecPriority |
Returns the priority of the codec. |
|
|
DefaultExtension |
Returns default extension for this format. (Inherited from IFormatInfo.) |
|
|
FilterString |
Returns filter string for this format. (Inherited from IFormatInfo.) |
|
|
FormatDescription |
Returns user-friendly format description. (Inherited from IFormatInfo.) |
|
|
FormatName |
Returns format name. (Inherited from IFormatInfo.) |
|
|
MediaFormat |
Returns the ID of the media format this reader can write to. |
|
|
MimeType |
Returns mime type of the format. (Inherited from IFormatInfo.) |
|
|
Opened |
Returns value that specifies if the writer is opened. |