Package org.robovm.apple.audiotoolbox
Class AudioComponent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.audiotoolbox.AudioComponent
public class AudioComponent extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioComponent.AudioComponentPtrstatic classAudioComponent.NotificationsNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedAudioComponent() -
Method Summary
Modifier and Type Method Description UIImagecopyIcon()static intcount(AudioComponentDescription inDesc)static AudioComponentfindNext(AudioComponent inComponent, AudioComponentDescription inDesc)AudioComponentDescriptiongetDescription()protected OSStatusgetDescription0(AudioComponentDescription.AudioComponentDescriptionPtr desc)UIImagegetIcon(float desiredPointSize)Deprecated.Deprecated in iOS 14.0.doublegetLastActiveTime()Deprecated.Deprecated in iOS 13.0.StringgetName()protected OSStatusgetName0(CFString.CFStringPtr outName)intgetVersion()protected OSStatusgetVersion0(IntPtr outVersion)static NSStringInstanceInvalidationNotification()static NSStringRegistrationsChangedNotification()
-
Constructor Details
-
AudioComponent
protected AudioComponent()
-
-
Method Details
-
getName
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getDescription
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getVersion
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
RegistrationsChangedNotification
-
InstanceInvalidationNotification
- Since:
- Available in iOS 9.0 and later.
-
findNext
public static AudioComponent findNext(AudioComponent inComponent, AudioComponentDescription inDesc) -
count
-
getName0
-
getDescription0
-
getVersion0
-
getIcon
Deprecated.Deprecated in iOS 14.0. Use AudioComponentCopyIcon -
getLastActiveTime
Deprecated.Deprecated in iOS 13.0. Inter-App Audio API is deprecated in favor of Audio Units -
copyIcon
- Since:
- Available in iOS 14.0 and later.
-