Package org.robovm.apple.audiotoolbox
Class AudioComponentInstance
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.audiotoolbox.AudioComponentInstance
- Direct Known Subclasses:
AudioCodec,AudioUnit,MusicDevice
public class AudioComponentInstance extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioComponentInstance.AudioComponentInstancePtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedAudioComponentInstance() -
Method Summary
Modifier and Type Method Description static AudioComponentInstancecreate(AudioComponent component)protected static OSStatuscreate0(AudioComponent inComponent, AudioComponentInstance.AudioComponentInstancePtr outInstance)voiddispose()protected OSStatusdispose0()AudioComponentgetComponent()
-
Constructor Details
-
AudioComponentInstance
protected AudioComponentInstance()
-
-
Method Details
-
create
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
dispose
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
create0
protected static OSStatus create0(AudioComponent inComponent, AudioComponentInstance.AudioComponentInstancePtr outInstance) -
dispose0
-
getComponent
-