The IImageSequenceSource type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Properties

  NameDescription
Public propertyFramesPerSecond
Gets the fps of this sequence, or 0 if unknown.
Public propertyImageHeight
Gets the height of the images in this sequence.
Public propertyImagePixelFormat
Gets the pixel format of the images in this sequence.
Public propertyImageWidth
Gets the width of the images in this sequence.
Public propertyItem
Returns a particular image of this sequence. The caller is responsible for disposing it.
Public propertyNumImages
Gets the total number of images in this sequence.
Public propertySource
Gets a string that identifies this source.

See Also