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 類型與 內容類型同義。

適用於

另請參閱