VideoThumbnailer(Stream, VideoUltimateConfiguration) Constructor

Initializes a new instance of the VideoThumbnailer class from the specified video stream.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 3.8.7
C#
public VideoThumbnailer(
	Stream videoStream,
	VideoUltimateConfiguration configuration = null
)

Parameters

videoStream  Stream
The stream containing the video to load. The stream should be seekable.
configuration  VideoUltimateConfiguration  (Optional)
The configuration to use instead of the global configuration.

See Also