Mpeg2ProfileIds
Mpeg2ProfileIds
Mpeg2ProfileIds
Mpeg2ProfileIds
Class
Definition
Provides properties for getting MPEG-2 profile ids.
public : static class Mpeg2ProfileIdspublic static class Mpeg2ProfileIdsPublic Static Class Mpeg2ProfileIds// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
You can set the value of VideoEncodingProperties.ProfileId to one of the profile ids provided by this class.
Properties
High High High High
Gets the MPEG-2 high profile.
public : static int High { get; }public static int High { get; }Public Static ReadOnly Property High As int// You can use this property in JavaScript.
- Value
- int int int int
The MPEG-2 high profile.
Main Main Main Main
Gets the MPEG-2 main profile.
public : static int Main { get; }public static int Main { get; }Public Static ReadOnly Property Main As int// You can use this property in JavaScript.
- Value
- int int int int
The MPEG-2 main profile.
SignalNoiseRatioScalable SignalNoiseRatioScalable SignalNoiseRatioScalable SignalNoiseRatioScalable
Gets the MPEG-2 signal to noise ratio scalable profile.
public : static int SignalNoiseRatioScalable { get; }public static int SignalNoiseRatioScalable { get; }Public Static ReadOnly Property SignalNoiseRatioScalable As int// You can use this property in JavaScript.
- Value
- int int int int
The MPEG-2 signal to noise ratio scalable profile.
Simple Simple Simple Simple
Gets the MPEG-2 simple profile.
public : static int Simple { get; }public static int Simple { get; }Public Static ReadOnly Property Simple As int// You can use this property in JavaScript.
- Value
- int int int int
The MPEG-2 simple profile.
SpatiallyScalable SpatiallyScalable SpatiallyScalable SpatiallyScalable
Gets the MPEG-2 spatially scalable profile.
public : static int SpatiallyScalable { get; }public static int SpatiallyScalable { get; }Public Static ReadOnly Property SpatiallyScalable As int// You can use this property in JavaScript.
- Value
- int int int int
The MPEG-2 spatially scalable profile.