BitmapCodecInformation 类

定义

提供对解码器或编码器相关信息的访问。

public ref class BitmapCodecInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BitmapCodecInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BitmapCodecInformation
Public NotInheritable Class BitmapCodecInformation
继承
Object Platform::Object IInspectable BitmapCodecInformation
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

CodecId

解码器或编码器的唯一标识符。 BitmapDecoder.CreateAsyncBitmapEncoder.CreateAsync 等方法使用编解码器标识符来确定要创建的编解码器。

FileExtensions

解码器或编码器支持的所有文件扩展名的集合。

FriendlyName

解码器或编码器的友好名称。

MimeTypes

解码器或编码器支持的所有 MIME/内容类型的集合。 MIME 类型与 内容类型同义。

适用于

另请参阅