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

AviProcessorLibraryModule.ShutDown Method

Explicitly deinitializes AVI Processor module and releases all the temporary files created by this module.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Shared Sub ShutDown
C#
public static void ShutDown()

Remarks

Call this method after disposing all the created AVI Processor objects and releasing all resources.

See Also

Reference