Bagikan melalui


BitmapCodecInformation.CodecId Properti

Definisi

Pengidentifikasi unik decoder atau encoder. Metode seperti BitmapDecoder.CreateAsync dan BitmapEncoder.CreateAsync menggunakan pengidentifikasi codec untuk menentukan codec mana yang akan dibuat.

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

Nilai Properti

Guid

Platform::Guid

winrt::guid

Pengidentifikasi unik codec.

Keterangan

Encoder dan dekoder format gambar terpisah, dan ID codec-nya berbeda.

Berlaku untuk

Lihat juga