The IFormatReader type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CheckForSupport | Overloaded. Checks if the image can be loaded with this reader. |
![]() |
Clone | (Inherited from ICloneable.) |
![]() |
Close |
Closes format reader, and detaches it from previously opened file (or other media). |
![]() |
Dispose | (Inherited from IDisposable.) |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
LoadFrame |
Returns a frame with specified index. This frame contains a bitmap and possible other details describing it. |
![]() |
Open | Overloaded. Opens format reader 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.) |
![]() |
FrameCount |
Returns number of frames in the format reader. |
![]() |
IsFrameSeekable |
Check whether the reader supports random access to frames. |
![]() |
MediaFormat |
Returns the ID of the media format this reader can read from. |
![]() |
MimeType |
Returns mime type of the format. (Inherited from IFormatInfo.) |
![]() |
Opened |
Returns value that specifies if the reader is opened. |