CMTime.Flags Enum
Definition
An enumeration whose values are flags used by CMTime.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum CMTime.Flags
type CMTime.Flags =
- Inheritance
-
CMTime.Flags
- Attributes
Fields
HasBeenRounded | 2 | |
ImpliedValueFlagsMask | 28 | |
Indefinite | 16 | |
NegativeInfinity | 8 | |
PositiveInfinity | 4 | |
Valid | 1 |