This class is intended for creating ASF file index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public Class AsfIndexer _ Inherits SyncHandler
public class AsfIndexer : SyncHandler
The sole purpose of this class is to provide a means for creating an index for ASF files that do not support random access to frames on their own.
As soon as you index an ASF file (using the Index(String) method), you will be able to read frames of this video movie by accessing them by index (rather than frame by frame).