Package org.robovm.apple.audiotoolbox
Class AUSamplerInstrumentData
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AUSamplerInstrumentData>
org.robovm.apple.audiotoolbox.AUSamplerInstrumentData
- All Implemented Interfaces:
Iterable<AUSamplerInstrumentData>
public class AUSamplerInstrumentData extends Struct<AUSamplerInstrumentData>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUSamplerInstrumentData.AUSamplerInstrumentDataPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AUSamplerInstrumentData()AUSamplerInstrumentData(NSURL fileURL, AUInstrumentType instrumentType, byte bankMSB, byte bankLSB, byte presetID) -
Method Summary
Modifier and Type Method Description bytegetBankLSB()bytegetBankMSB()NSURLgetFileURL()AUInstrumentTypegetInstrumentType()bytegetPresetID()AUSamplerInstrumentDatasetBankLSB(byte bankLSB)voidsetBankLSB(AUSamplerBank bankLSB)AUSamplerInstrumentDatasetBankMSB(byte bankMSB)voidsetBankMSB(AUSamplerBank bankMSB)AUSamplerInstrumentDatasetFileURL(NSURL fileURL)AUSamplerInstrumentDatasetInstrumentType(AUInstrumentType instrumentType)AUSamplerInstrumentDatasetPresetID(byte presetID)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AUSamplerInstrumentData
public AUSamplerInstrumentData() -
AUSamplerInstrumentData
public AUSamplerInstrumentData(NSURL fileURL, AUInstrumentType instrumentType, byte bankMSB, byte bankLSB, byte presetID)
-
-
Method Details
-
setBankMSB
-
setBankLSB
-
getFileURL
-
setFileURL
-
getInstrumentType
-
setInstrumentType
-
getBankMSB
public byte getBankMSB() -
setBankMSB
-
getBankLSB
public byte getBankLSB() -
setBankLSB
-
getPresetID
public byte getPresetID() -
setPresetID
-