Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 538 Bytes

mediatrimmingpreference.md

File metadata and controls

27 lines (18 loc) · 538 Bytes
-api-id -api-type
T:Windows.Media.Editing.MediaTrimmingPreference
winrt enum

MediaTrimmingPreference

-description

Used to specify if media trimming should use a faster or a more precise algorithm during transcoding.

-enum-fields

-field Fast:0

Use the faster trimming algorithm during transcoding.

-field Precise:1

Use the more precise trimming algorithm during transcoding.

-remarks

-examples

-see-also