Share via


CodecInfo.DisplayName Property

Definition

Gets the friendly display name for the codec.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = codecInfo.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The friendly display name for the codec.

Applies to