BitmapCodecInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供解碼器或編碼器相關資訊的存取權。
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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
CodecId |
解碼器或編碼器的唯一識別碼。 BitmapDecoder.CreateAsync和BitmapEncoder.CreateAsync等方法會使用編解碼器識別碼來判斷要建立的編解碼器。 |
FileExtensions |
解碼器或編碼器所支援之所有副檔名的集合。 |
FriendlyName |
解碼器或編碼器的易記名稱。 |
MimeTypes |
解碼器或編碼器支援的所有 MIME/內容類型集合。 MIME 類型與 內容類型同義。 |