MediaEncodingSubtypes.L8 プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
8 ビットの輝度のみのイメージ エンコードの名前を取得します。
public:
static property Platform::String ^ L8 { Platform::String ^ get(); };
static winrt::hstring L8();
public static string L8 { get; }
var string = MediaEncodingSubtypes.l8;
Public Shared ReadOnly Property L8 As String
プロパティ値
8 ビット輝度のみのイメージ エンコードの名前。
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|