CMTimeRoundingMethod 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.
An enumeration whose values specify the rounding method to be used with a CMTime.
public enum CMTimeRoundingMethod
type CMTimeRoundingMethod =
- Inheritance
-
CMTimeRoundingMethod
Fields
Name | Value | Description |
---|---|---|
Default | 1 | |
RoundHalfAwayFromZero | 1 | |
RoundTowardZero | 2 | |
RoundAwayFromZero | 3 | |
QuickTime | 4 | |
RoundTowardPositiveInfinity | 5 | |
RoundTowardNegativeInfinity | 6 |