Class WicCodecPolicy
Defines the codec vendors that are permitted for use in the pipeline.
Inheritance
System.Object
WicCodecPolicy
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public sealed class WicCodecPolicy : Enum
Fields
All
Include any codecs that are registered with WIC, inlcuding those installed by third party vendors.
Declaration
public const WicCodecPolicy All
Field Value
Type | Description |
---|---|
WicCodecPolicy |
Remarks
Using third party codecs in server environments can be dangerous. Include them only if necessary and if properly tested.
BuiltIn
Include only codecs that are built in to Windows.
Declaration
public const WicCodecPolicy BuiltIn
Field Value
Type | Description |
---|---|
WicCodecPolicy |
Microsoft
Include only codecs that are built in to Windows, plus installed codecs authored by Microsoft.
Declaration
public const WicCodecPolicy Microsoft
Field Value
Type | Description |
---|---|
WicCodecPolicy |
Remarks
Microsoft installed codecs include those installed from Microsoft Store, such as the RAW Image Extension.
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |