MediaTrimmingPreference Enum
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.
Used to specify if media trimming should use a faster or a more precise algorithm during transcoding.
public enum class MediaTrimmingPreference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MediaTrimmingPreference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MediaTrimmingPreference
var value = Windows.Media.Editing.MediaTrimmingPreference.fast
Public Enum MediaTrimmingPreference
- Inheritance
-
MediaTrimmingPreference
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Fast | 0 | Use the faster trimming algorithm during transcoding. |
Precise | 1 | Use the more precise trimming algorithm during transcoding. |