VideoFramePrecision 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 the frame precision algorithm when retrieving a thumbnail.
public enum class VideoFramePrecision
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VideoFramePrecision
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VideoFramePrecision
var value = Windows.Media.Editing.VideoFramePrecision.nearestFrame
Public Enum VideoFramePrecision
- Inheritance
-
VideoFramePrecision
- 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 |
---|---|---|
NearestFrame | 0 | Use a more precise algorithm to get a thumbnail to the nearest frame. |
NearestKeyFrame | 1 | Use a faster but less precise algorithm to get the thumbnail. |