BitmapCodecInformation.FriendlyName Property

Definition

The friendly name of the decoder or encoder.

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); };
winrt::hstring FriendlyName();
public string FriendlyName { get; }
var string = bitmapCodecInformation.friendlyName;
Public ReadOnly Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The friendly name of the codec.

Applies to