VideoThumbnailer Methods

Methods

DisposeReleases all resources used by this instance.
GenerateThumbnail(Int32, Boolean, Int32) Generates a meaningful thumbnail for the video by seeking to a sensible time position and avoiding blank frames. Every call returns a new Image instance which should be disposed by the caller. Once the smart time position is determined after the first call, the consecutive calls will be faster and can be used to retrieve Image instances in different sizes.
GenerateThumbnail(Int32, Int32, Boolean, Int32) Generates a meaningful thumbnail for the video by seeking to a sensible time position and avoiding blank frames. Every call returns a new Image instance which should be disposed by the caller. Once the smart time position is determined after the first call, the consecutive calls will be faster and can be used to retrieve Image instances in different sizes.

See Also