MediaEncodingSubtypes.Rgb24 Property

Definition

Gets the name for the RGB24 image format.

public:
 static property Platform::String ^ Rgb24 { Platform::String ^ get(); };
static winrt::hstring Rgb24();
public static string Rgb24 { get; }
var string = MediaEncodingSubtypes.rgb24;
Public Shared ReadOnly Property Rgb24 As String

Property Value

String

Platform::String

winrt::hstring

The name for the RGB24 image format.

Applies to