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

DSReader.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 NotOverridable Property SynchronizationMode As SynchronizationMode
C#
public override sealed 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