Uses of Class
org.robovm.apple.corevideo.CVTimeFlags
| Package | Description |
|---|---|
| org.robovm.apple.corevideo |
-
Uses of CVTimeFlags in org.robovm.apple.corevideo
Fields in org.robovm.apple.corevideo declared as CVTimeFlags Modifier and Type Field Description static CVTimeFlagsCVTimeFlags. IsIndefinitestatic CVTimeFlagsCVTimeFlags. NoneMethods in org.robovm.apple.corevideo that return CVTimeFlags Modifier and Type Method Description protected CVTimeFlags[]CVTimeFlags. _values()CVTimeFlagsCVTime. getFlags()static CVTimeFlags[]CVTimeFlags. values()protected CVTimeFlagsCVTimeFlags. wrap(long value, long mask)Methods in org.robovm.apple.corevideo with parameters of type CVTimeFlags Modifier and Type Method Description CVTimeCVTime. setFlags(CVTimeFlags flags)Constructors in org.robovm.apple.corevideo with parameters of type CVTimeFlags Constructor Description CVTime(long timeValue, int timeScale, CVTimeFlags flags)