This documentation is for the old version. Go to the latest Graphics Mill docs

MediaFormatManager.CreateFormatReader Method (Stream)

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)

Syntax

Visual Basic
Public Shared Function CreateFormatReader ( _
	stream As Stream _
) As IFormatReader
C#
public static IFormatReader CreateFormatReader(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream to open.

Return Value

An object of the IFormatReader type.

See Also

Reference