Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

mediaencodingprofile_createavi_2030750117.md

File metadata and controls

27 lines (19 loc) · 1.05 KB
-api-id -api-type
M:Windows.Media.MediaProperties.MediaEncodingProfile.CreateAvi(Windows.Media.MediaProperties.VideoEncodingQuality)
winrt method

Windows.Media.MediaProperties.MediaEncodingProfile.CreateAvi

-description

Creates an instance of MediaEncodingProfile for AVI.

-parameters

-param quality

The video quality.

-returns

The media encoding profile.

-remarks

The encoding quality Auto is a special preset that fills in the proper settings based on the current camera settings. Settings that are manually modified are ignored. For example, if you create a preset profile using one the static create methods, such as CreateM4a, and specify Auto as the encoding quality, any changes you make to the properties will be overwritten with values based on the current camera settings.

-examples

-see-also