BitmapCodecInformation.CodecId Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Pengidentifikasi unik codec.
Keterangan
Encoder dan dekoder format gambar terpisah, dan ID codec-nya berbeda.