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