Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 878 Bytes

h264profileids.md

File metadata and controls

26 lines (16 loc) · 878 Bytes
-api-id -api-type
T:Windows.Media.MediaProperties.H264ProfileIds
winrt class

Windows.Media.MediaProperties.H264ProfileIds

-description

Provides properties for getting H.264 profile ids.

-remarks

You can set the value of VideoEncodingProperties.ProfileId to one of the profile ids provided by this class.

-examples

Here is some code that creates an instance of the VideoEncodingProperties class using CreateH264 and sets the ProfileId to the H.264 high profile.

[!code-csharpVideoPropertiesH264ProfileID]

-see-also