BitmapCodecInformation.MimeTypes Property

Definition

A collection of all the MIME/content types supported by the decoder or encoder. MIME type is synonymous with content type.

public:
 property IVectorView<Platform::String ^> ^ MimeTypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> MimeTypes();
public IReadOnlyList<string> MimeTypes { get; }
var iVectorView = bitmapCodecInformation.mimeTypes;
Public ReadOnly Property MimeTypes As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The list of supported MIME/content types.

Applies to

See also