Package apple.coreaudiotypes.c
Class CoreAudioTypes
- java.lang.Object
-
- apple.coreaudiotypes.c.CoreAudioTypes
-
public final class CoreAudioTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doublekAudioStreamAnyRate[@constant] kAudioStreamAnyRate The format can use any sample rate.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intAudioChannelLayoutTag_GetNumberOfChannels(int inLayoutTag)
-
-
-
Field Detail
-
kAudioStreamAnyRate
public static final double kAudioStreamAnyRate
[@constant] kAudioStreamAnyRate The format can use any sample rate. Note that this constant can only appear in listings of supported formats. It will never appear in a current format.- See Also:
- Constant Field Values
-
-