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

WMReader Methods

The WMReader 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 current operation.

(Inherited from SyncHandler.)
Public method CheckForSupport Overloaded.

Checks if the image can be loaded with this reader.

Protected method CheckOpened

Checks if the format reader is opened.

(Inherited from FormatReader.)
Public method Clone

Returns a full copy of this WMReader class instance.

Public method Close

Closes format reader, and detaches it from previously opened file (or other media).

(Inherited from FormatReader.)
Public method Continue

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

(Inherited from SyncHandler.)
Public method Dispose

Releases all resources used by this FormatReader.

(Inherited from FormatReader.)
Public method Equals (Inherited from Object.)
Public method FrameIndexToTime

Returns time at which the frame with specified index appears.

Public method GetEnumerator

Returns an enumerator for the frames allowing the writer to be used in foreach blocks.

(Inherited from FormatReader.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadCurrentFrame

Returns a current frame as an IFrame object.

Public method LoadFrame

Returns a frame with specified index. This frame contains a bitmap and possible other details describing it.

(Inherited from FormatReader.)
Public method LoadNextFrame

Moves to the next frame in a sequence and returns it as an IFrame object.

Public method Lock

Locks the object.

(Inherited from SyncHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext

Moves to the next frame in a sequence.

Protected method OnCheckForSupport

Checks if the codec can read the specified file.

(Inherited from FormatReader.)
Protected method OnClose

Frees resources when the reader closes.

(Inherited from FormatReader.)
Protected method OnOpen

Called when the reader is opened.

(Inherited from FormatReader.)
Public method Open Overloaded.

Opens format reader on specified media.

Public method Pause

Pauses execution of the current operation.

(Inherited from SyncHandler.)
Public method Reset

Resets frame cursor to the beginning of the movie.

Public method TimeToFrameIndex

Returns the index of the frame which is shown at the specified time.

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