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

AsfIndexer.SynchronizationMode Property

Gets/sets synchronization mode for the object.

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

Syntax

Visual Basic
Public Overrides Property SynchronizationMode As SynchronizationMode
C#
public override SynchronizationMode SynchronizationMode { get; set; }

Property Value

Value that specifies the synchronization mode for the object.

Remarks

In the current version of Media Processor add-on only synchronous mode is supported.

See Also

Reference