MediaEncodingSubtypes.Av1 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 name for the AOMedia Video 1 (AV1) video encoding subtype.
public:
static property Platform::String ^ Av1 { Platform::String ^ get(); };
static winrt::hstring Av1();
public static string Av1 { get; }
var string = MediaEncodingSubtypes.av1;
Public Shared ReadOnly Property Av1 As String
Property Value
The name for the AOMedia Video 1 (AV1) subtype.
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v15.0)
|