The IImageSequenceSource type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Properties
| Name | Description | |
|---|---|---|
| FramesPerSecond |
Gets the fps of this sequence, or 0 if unknown.
| |
| ImageHeight |
Gets the height of the images in this sequence.
| |
| ImagePixelFormat |
Gets the pixel format of the images in this sequence.
| |
| ImageWidth |
Gets the width of the images in this sequence.
| |
| Item |
Returns a particular image of this sequence. The caller is responsible for disposing it.
| |
| NumImages |
Gets the total number of images in this sequence.
| |
| Source |
Gets a string that identifies this source.
|