Table of Contents

Enum ProgressNotification

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum ProgressNotification

Fields

All = -65536

The callback should be called on all available progress notifications.

Begin = 65536

The callback should be called when codec operations begin.

End = 131072

The callback should be called when codec operations end.

Frequent = 262144

The callback should be called frequently to report status.