BitmapCodecInformation.CodecId 属性

定义

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

public:
 property Platform::Guid CodecId { Platform::Guid get(); };
winrt::guid CodecId();
public Guid CodecId { get; }
var guid = bitmapCodecInformation.codecId;
Public ReadOnly Property CodecId As Guid

属性值

Guid

Platform::Guid

winrt::guid

编解码器唯一标识符。

注解

图像格式的编码器和解码器是分开的,它们的编解码器 ID 是不同的。

适用于

另请参阅