MediaEncodingSubtypes.P010 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the P010, the 10-bit equivalent of NV12 format.
public:
static property Platform::String ^ P010 { Platform::String ^ get(); };
static winrt::hstring P010();
public static string P010 { get; }
var string = MediaEncodingSubtypes.p010;
Public Shared ReadOnly Property P010 As String
Property Value
The name for the P010.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|