Creates and initializes a new IFormatReader class instance, opening the specified stream.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public Shared Function CreateFormatReader ( _ stream As Stream _ ) As IFormatReader
public static IFormatReader CreateFormatReader( Stream stream )
Type: System.IO.Stream
Stream to open.