Package org.robovm.apple.coreaudio
Class AudioChannelBits
- All Implemented Interfaces:
Comparable<AudioChannelBits>,Iterable<AudioChannelBits>
public final class AudioChannelBits extends Bits<AudioChannelBits>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description AudioChannelBits(long value) -
Method Summary
Modifier and Type Method Description protected AudioChannelBits[]_values()static AudioChannelBits[]values()protected AudioChannelBitswrap(long value, long mask)
-
Field Details
-
None
-
Left
-
Right
-
Center
-
LFEScreen
-
LeftSurround
-
RightSurround
-
LeftCenter
-
RightCenter
-
CenterSurround
-
LeftSurroundDirect
-
RightSurroundDirect
-
TopCenterSurround
-
VerticalHeightLeft
-
VerticalHeightCenter
-
VerticalHeightRight
-
TopBackLeft
-
TopBackCenter
-
TopBackRight
-
LeftTopFront
-
CenterTopFront
-
RightTopFront
-
LeftTopMiddle
-
CenterTopMiddle
-
RightTopMiddle
-
LeftTopRear
-
CenterTopRear
-
RightTopRear
-
-
Constructor Details
-
AudioChannelBits
public AudioChannelBits(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<AudioChannelBits>
-
_values
- Specified by:
_valuesin classBits<AudioChannelBits>
-
values
-