The CustomFormatWriter type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts file writing operation. (Inherited from FormatWriter.) |
|
AddFrame |
Appends specified frame to the end of file (or other media). (Inherited from FormatWriter.) |
|
Close |
Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media). (Inherited from FormatWriter.) |
|
CloseWriter |
Closes the format writer, and detaches it from a previously opened file (or other media). |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from FormatWriter.) |
|
Dispose |
Releases all resources used by this FormatWriter. (Inherited from FormatWriter.) |
|
Equals | (Inherited from Object.) | |
ExportEncoderOptions | Overloaded. Exports all writer settings into the encoder options object. |
|
GetClosestPixelFormat |
Get a pixel format supported by this writer closest to the specified one. |
|
GetEmptyFrame |
Returns Frame descendant class of the format supported with this writer. (Inherited from FormatWriter.) |
|
GetHashCode | (Inherited from Object.) | |
GetStream |
Returns the stream associated with the currently opened writer. |
|
GetSupportedPixelFormats |
Returns an array of supported pixel formats. |
|
GetType | (Inherited from Object.) | |
GetWrittenFrameCount |
Returns the number of frames that are already written to a file or stream. |
|
ImportEncoderOptions |
Initialize the writer settings from the encoder options object. (Inherited from FormatWriter.) |
|
IsPixelFormatSupported |
Checks if the provided pixel format is supported. (Overrides FormatWriter.IsPixelFormatSupported(PixelFormat).) |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnExportEncoderOptions |
Exports encoder options. (Inherited from FormatWriter.) |
|
OnImportEncoderOptions |
Imports encoder options. (Inherited from FormatWriter.) |
|
Open | Overloaded. Opens format writer. |
|
OpenWriter | Overloaded. Opens the writer. |
|
Pause |
Pauses execution of the file writing operation. (Inherited from FormatWriter.) |
|
ResetEvents |
Initializes a progress state while writing a bitmap. |
|
SaveFrameBitmap |
Write the specified bitmap to a file at current position. |
|
SaveFrameParameters |
Extracts the current frame settings before saving the bitmap into the file. |
|
SetDefaultExtension |
Sets the default extension of files opened using this codec. |
|
SetFilterString |
Sets the filter string for the Save file dialog. |
|
SetFormatDescription |
Sets the description of the codec. |
|
SetFormatName |
Sets the name of the codec. |
|
SetMediaFormat |
Sets the unique media format for the codec. |
|
SetMimeType |
Sets the MIME type of the files that can be saved with the codec. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
UpdateEvents | Overloaded. Updates the progress state while writing a bitmap. |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |