Aurigma Graphics Mill 5.5 for .NET
AsfIndexer Class
This class is intended for creating ASF file index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Syntax
Visual Basic
Public Class AsfIndexer _ Inherits SyncHandler
C#
public class AsfIndexer : SyncHandler
Remarks
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).
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill.Codecs..::.AsfIndexer
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.