Table of Contents

Method Save

Namespace
Moments
Assembly
GrindFest.dll

Save()

Saves the stored frames to a gif file. The filename will automatically be generated. Recording will be paused and won't resume automatically. You can use the

OnPreProcessingDone
callback to be notified when the pre-processing

step has finished.

public void Save()

Save(string)

Saves the stored frames to a gif file. If the filename is null or empty, an unique one will be generated. You don't need to add the .gif extension to the name. Recording will be paused and won't resume automatically. You can use the

OnPreProcessingDone
callback to be notified when the pre-processing step has finished.
public void Save(string filename)

Parameters

filename string

File name without extension