VideoFrameReader(Stream, VideoUltimateConfiguration) Constructor
Initializes a new instance of the
VideoFrameReader class from the specified video stream.
Namespace: GleamTech.VideoUltimateAssembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
public VideoFrameReader(
Stream videoStream,
VideoUltimateConfiguration configuration = null
)
Public Sub New (
videoStream As Stream,
Optional configuration As VideoUltimateConfiguration = Nothing
)
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.