BitmapCodecInformation class

0 out of 1 rated this helpful - Rate this topic

Provides access to information about a decoder or encoder.

Syntax


var bitmapCodecInformation = BitmapDecoder.DecoderInformation;
var bitmapCodecInformation = BitmapDecoder.EncoderInformation;

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BitmapCodecInformation class has these types of members:

Methods

The BitmapCodecInformation class inherits methods from the Object class (C#/VB/C++).

Properties

The BitmapCodecInformation class has these properties.

PropertyAccess typeDescription

CodecId

Read-onlyThe unique identifier of the decoder or encoder.

FileExtensions

Read-onlyA collection of all the file extensions supported by the decoder or encoder.

FriendlyName

Read-onlyThe friendly name of the decoder or encoder.

MimeTypes

Read-onlyA collection of all the MIME/content types supported by the decoder or encoder.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.Graphics.Imaging
Windows::Graphics::Imaging [C++]

Metadata

Windows.winmd

See also

BitmapDecoder.DecoderInformation
BitmapDecoder.EncoderInformation

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.