Package apple.audiotoolbox.struct
Class CAFAudioFormatListItem
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFAudioFormatListItem
-
public final class CAFAudioFormatListItem extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFAudioFormatListItem()CAFAudioFormatListItem(CAFAudioDescription mFormat, int mChannelLayoutTag)protectedCAFAudioFormatListItem(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmChannelLayoutTag()CAFAudioDescriptionmFormat()voidsetMChannelLayoutTag(int value)voidsetMFormat(CAFAudioDescription value)
-
-
-
Constructor Detail
-
CAFAudioFormatListItem
public CAFAudioFormatListItem()
-
CAFAudioFormatListItem
protected CAFAudioFormatListItem(org.moe.natj.general.Pointer peer)
-
CAFAudioFormatListItem
public CAFAudioFormatListItem(CAFAudioDescription mFormat, int mChannelLayoutTag)
-
-
Method Detail
-
mFormat
public CAFAudioDescription mFormat()
-
setMFormat
public void setMFormat(CAFAudioDescription value)
-
mChannelLayoutTag
public int mChannelLayoutTag()
-
setMChannelLayoutTag
public void setMChannelLayoutTag(int value)
-
-