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

MediaProcessorLibraryModule.ShutDown Method

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

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

Syntax

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

Remarks

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

See Also

Reference