Package org.robovm.apple.coreaudio
Class SMPTEStateFlags
- java.lang.Object
-
- org.robovm.rt.bro.Bits<SMPTEStateFlags>
-
- org.robovm.apple.coreaudio.SMPTEStateFlags
-
- All Implemented Interfaces:
java.lang.Comparable<SMPTEStateFlags>
,java.lang.Iterable<SMPTEStateFlags>
public final class SMPTEStateFlags extends org.robovm.rt.bro.Bits<SMPTEStateFlags>
-
-
Field Summary
Fields Modifier and Type Field Description static SMPTEStateFlags
None
static SMPTEStateFlags
Running
static SMPTEStateFlags
Unknown
static SMPTEStateFlags
Valid
-
Constructor Summary
Constructors Constructor Description SMPTEStateFlags(long value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SMPTEStateFlags[]
_values()
static SMPTEStateFlags[]
values()
protected SMPTEStateFlags
wrap(long value, long mask)
-
Methods inherited from class org.robovm.rt.bro.Bits
_values, asSet, clear, compareTo, contains, equals, hashCode, iterator, set, toString, value, with, with, with, with, with, with
-
-
-
-
Field Detail
-
None
public static final SMPTEStateFlags None
-
Unknown
public static final SMPTEStateFlags Unknown
-
Valid
public static final SMPTEStateFlags Valid
-
Running
public static final SMPTEStateFlags Running
-
-
Method Detail
-
wrap
protected SMPTEStateFlags wrap(long value, long mask)
- Specified by:
wrap
in classorg.robovm.rt.bro.Bits<SMPTEStateFlags>
-
_values
protected SMPTEStateFlags[] _values()
- Specified by:
_values
in classorg.robovm.rt.bro.Bits<SMPTEStateFlags>
-
values
public static SMPTEStateFlags[] values()
-
-