The WMReader type exposes the following members.
Name | Description | |
---|---|---|
WMReader | Overloaded. Creates and initializes a new WMReader class instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts current operation. (Inherited from SyncHandler.) |
|
CheckForSupport | Overloaded. Checks if the image can be loaded with this reader. |
|
CheckOpened |
Checks if the format reader is opened. (Inherited from FormatReader.) |
|
Clone |
Returns a full copy of this WMReader class instance. |
|
Close |
Closes format reader, and detaches it from previously opened file (or other media). (Inherited from FormatReader.) |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
|
Dispose |
Releases all resources used by this FormatReader. (Inherited from FormatReader.) |
|
Equals | (Inherited from Object.) | |
FrameIndexToTime |
Returns time at which the frame with specified index appears. |
|
GetEnumerator |
Returns an enumerator for the frames allowing the writer to be used in foreach blocks. (Inherited from FormatReader.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadCurrentFrame |
Returns a current frame as an IFrame object. |
|
LoadFrame |
Returns a frame with specified index. This frame contains a bitmap and possible other details describing it. (Inherited from FormatReader.) |
|
LoadNextFrame |
Moves to the next frame in a sequence and returns it as an IFrame object. |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
MoveNext |
Moves to the next frame in a sequence. |
|
OnCheckForSupport |
Checks if the codec can read the specified file. (Inherited from FormatReader.) |
|
OnClose |
Frees resources when the reader closes. (Inherited from FormatReader.) |
|
OnOpen |
Called when the reader is opened. (Inherited from FormatReader.) |
|
Open | Overloaded. Opens format reader on specified media. |
|
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
|
Reset |
Resets frame cursor to the beginning of the movie. |
|
TimeToFrameIndex |
Returns the index of the frame which is shown at the specified time. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |
Name | Description | |
---|---|---|
CodecPriority |
Returns the priority of the codec. (Overrides FormatReader.CodecPriority.) |
|
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
|
Current |
Returns a current frame as an Object. |
|
CurrentFrameIndex |
Returns a current frame index. |
|
DefaultExtension |
Returns default extension for this format. (Inherited from FormatReader.) |
|
Duration |
Gets the duration of the audio or video file. |
|
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. (Inherited from SyncHandler.) |
|
FilterString |
Returns filter string for this format. (Inherited from FormatReader.) |
|
FormatDescription |
Returns user-friendly format description. (Inherited from FormatReader.) |
|
FormatName |
Returns format name. (Inherited from FormatReader.) |
|
FrameCount |
Returns number of frames in the format reader. (Inherited from FormatReader.) |
|
FramesPerSecond |
Gets the frames per second ratio of the video file. |
|
IsFrameSeekable |
Gets a value specifying whether the opened file is seekable by index. (Overrides FormatReader.IsFrameSeekable.) |
|
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
|
MediaFormat |
Returns the ID of the media format this reader can read from. (Inherited from FormatReader.) |
|
Metadata |
Returns the metadata related to the opened file. |
|
MimeType |
Returns mime type of the format. (Inherited from FormatReader.) |
|
Opened |
Returns value that specifies whether the reader is opened. (Inherited from FormatReader.) |
|
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
|
SynchronizationMode |
Gets/sets synchronization mode for the object. (Overrides SyncHandler.SynchronizationMode.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from SyncHandler.) |
Name | Description | |
---|---|---|
Aborted |
Fires when operation has been aborted. (Inherited from SyncHandler.) |
|
Continued |
Fires when operation has been resumed with Continue() method. (Inherited from SyncHandler.) |
|
Paused |
Fires when operation has been paused with Pause() method. (Inherited from SyncHandler.) |
|
Progress |
Fires on the operation progress notifications. (Inherited from SyncHandler.) |
|
Started |
Fires after operation has been started. (Inherited from SyncHandler.) |
|
Starting |
Fires before operation is started. (Inherited from SyncHandler.) |
|
Stopped |
Fires after operation has been stopped. (Inherited from SyncHandler.) |
|
Stopping |
Fires before operation is stopped. (Inherited from SyncHandler.) |