WmpBitmapEncoder.ImageDataDiscardLevel Property

Definition

Gets or sets the level of image data to discard during a compressed domain transcode.

C#
public byte ImageDataDiscardLevel { get; set; }

Property Value

The level of image data to discard during a compressed domain encoding of the image. The value range is 0 (no data discarded) to 3 (HighPass and LowPass discarded). The default is 1.

Value Description
0 No image frequency data is discarded.
1 FlexBits are discarded. The image quality of the image is reduced without changing the effective resolution of the image.
2 HighPass frequency data band is discarded. The image's effective resolution is reduced by a factor of 4 in both dimensions.
3 HighPass and LowPass frequency data bands are discarded. The image's effective resolution is reduced by a factor of 16 in both dimensions.

Exceptions

The value given is not between 0 and 3.

Remarks

This property has an effect only if CompressedDomainTranscode is set to true; otherwise, it is ignored.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10