Table of Contents

Method Start

Namespace
Moments.Encoder
Assembly
GrindFest.dll

Start(FileStream)

Initiates GIF file creation on the given stream. The stream is not closed automatically.

public void Start(FileStream os)

Parameters

os FileStream

OutputStream on which GIF images are written

Start(string)

Initiates writing of a GIF file with the specified name. The stream will be handled for you.

public void Start(string file)

Parameters

file string

String containing output file name