HevcProfileIds Class
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.
Provides properties for getting HEVC profile IDs.
public ref class HevcProfileIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HevcProfileIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class HevcProfileIds
Public Class HevcProfileIds
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v15.0)
|
Remarks
You can set the value of VideoEncodingProperties.ProfileId to one of the profile ids provided by this class.
Properties
MainChromaSubsampling420BitDepth10 |
Gets the ID for the HEVC main profile with 4:2:0 chroma subsampling and bit depth 10. |
MainChromaSubsampling420BitDepth12 |
Gets the ID for the HEVC main profile with 4:2:0 chroma subsampling and bit depth 12. |
MainChromaSubsampling420BitDepth8 |
Gets the ID for the HEVC main profile with 4:2:0 chroma subsampling and bit depth 8. |
MainChromaSubsampling422BitDepth10 |
Gets the ID for the HEVC main profile with 4:2:2 chroma subsampling and bit depth 10. |
MainChromaSubsampling422BitDepth12 |
Gets the ID for the HEVC main profile with 4:2:2 chroma subsampling and bit depth 12. |
MainChromaSubsampling444BitDepth10 |
Gets the ID for the HEVC main profile with 4:4:4 chroma subsampling and bit depth 10. |
MainChromaSubsampling444BitDepth12 |
Gets the ID for the HEVC main profile with 4:4:4 chroma subsampling and bit depth 12. |
MainChromaSubsampling444BitDepth8 |
Gets the ID for the HEVC main profile with 4:4:4 chroma subsampling and bit depth 8. |
MainIntraChromaSubsampling420BitDepth10 |
Gets the ID for the HEVC main intra profile with 4:2:0 chroma subsampling and bit depth 10. |
MainIntraChromaSubsampling420BitDepth12 |
Gets the ID for the HEVC main intra profile with 4:2:0 chroma subsampling and bit depth 12. |
MainIntraChromaSubsampling420BitDepth8 |
Gets the ID for the HEVC main intra profile with 4:2:0 chroma subsampling and bit depth 8. |
MainIntraChromaSubsampling422BitDepth10 |
Gets the ID for the HEVC main intra profile with 4:2:2 chroma subsampling and bit depth 10. |
MainIntraChromaSubsampling422BitDepth12 |
Gets the ID for the HEVC main intra profile with 4:2:2 chroma subsampling and bit depth 12. |
MainIntraChromaSubsampling444BitDepth10 |
Gets the ID for the HEVC main intra profile with 4:4:4 chroma subsampling and bit depth 10. |
MainIntraChromaSubsampling444BitDepth12 |
Gets the ID for the HEVC main intra profile with 4:4:4 chroma subsampling and bit depth 12. |
MainIntraChromaSubsampling444BitDepth16 |
Gets the ID for the HEVC main intra profile with 4:4:4 chroma subsampling and bit depth 16. |
MainIntraChromaSubsampling444BitDepth8 |
Gets the ID for the HEVC main intra profile with 4:4:4 chroma subsampling and bit depth 8. |
MainStillChromaSubsampling420BitDepth8 |
Gets the ID for the HEVC main still profile with 4:2:0 chroma subsampling and bit depth 8. |
MainStillChromaSubsampling444BitDepth16 |
Gets the ID for the HEVC main still profile with 4:4:4 chroma subsampling and bit depth 16. |
MainStillChromaSubsampling444BitDepth8 |
Gets the ID for the HEVC main still profile with 4:4:4 chroma subsampling and bit depth 8. |
MonochromeBitDepth12 |
Gets the ID for the HEVC monochrome profile with bit depth 12. |
MonochromeBitDepth16 |
Gets the ID for the HEVC monochrome profile with bit depth 16. |