Gets a value specifying whether the opened file is seekable by index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public Overrides NotOverridable ReadOnly Property IsFrameSeekable As Boolean
public override sealed bool IsFrameSeekable { get; }
N
th frame you need to load N-1
frames).It is possible to convert non-seekable ASF files to seekable ones. To do it, you should create an index for such files using the AsfIndexer class.
The frame type returned by the reader depends on this property. For seekable files DSFrame instances are returned. For non-seekable ones - DSPreLoadedFrame.