This documentation is for the old version. Go to the latest Graphics Mill docs

SwfWriter Methods

The SwfWriter type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Abort

Aborts file writing operation.

(Inherited from FormatWriter.)
Public method AddFrame

Appends specified frame to the end of file (or other media).

(Inherited from FormatWriter.)
Public method Clone

Returns a full copy of this SwfWriter class instance.

Public method Close

Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media).

(Inherited from FormatWriter.)
Public method Continue

Resumes execution of the operation previously paused with Pause() method.

(Inherited from FormatWriter.)
Public method Dispose

Releases all resources used by this FormatWriter.

(Inherited from FormatWriter.)
Public method Equals (Inherited from Object.)
Public method ExportEncoderOptions Overloaded.

Exports all writer settings into the encoder options object.

Public method GetEmptyFrame

Returns Frame descendant class of the format supported with this writer.

(Overrides FormatWriter.GetEmptyFrame().)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ImportEncoderOptions

Initialize the writer settings from the encoder options object.

(Inherited from FormatWriter.)
Public method IsPixelFormatSupported

Returns whether this format writer can handle bitmaps with specified pixel format.

(Inherited from FormatWriter.)
Public method Lock

Locks the object.

(Inherited from SyncHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAfterAddFrame

Called after the frame is added to the stream.

(Inherited from FormatWriter.)
Protected method OnBeforeAddFrame

Called before the frame is added to the stream.

(Inherited from FormatWriter.)
Protected method OnExportEncoderOptions

Exports encoder options.

(Inherited from FormatWriter.)
Protected method OnImportEncoderOptions

Imports encoder options.

(Inherited from FormatWriter.)
Public method Open Overloaded.

Opens format writer.

Public method Pause

Pauses execution of the file writing operation.

(Inherited from FormatWriter.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from SyncHandler.)
Public method WaitForCompletion

Suspends the calling thread until the operation currently run is completed.

(Inherited from SyncHandler.)

See Also

Reference