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

AsfIndexer.Index Method (String)

Creates an index for the specified file.

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

Syntax

Visual Basic
Public Sub Index ( _
	fileName As String _
)
C#
public void Index(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to index.

Remarks

This method overwrites the existing file with its indexed version. If the operation of index creation fails, the original file is left unchanged.

Note

If the ASF file is corrupted (e.g. partially downloaded, or somehow else), it cannot be indexed.

See Also

Reference