Package org.robovm.apple.avfoundation
Class AVMusicTrack
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVMusicTrack
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AVMusicTrack extends NSObject
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVMusicTrack.AVMusicTrackPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description AVMusicTrack()protectedAVMusicTrack(NSObject.Handle h, long handle)protectedAVMusicTrack(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description AVAudioUnitgetDestinationAudioUnit()intgetDestinationMIDIEndpoint()doublegetLengthInBeats()doublegetLengthInSeconds()AVBeatRangegetLoopRange()longgetNumberOfLoops()doublegetOffsetTime()longgetTimeResolution()booleanisLoopingEnabled()booleanisMuted()booleanisSoloed()voidsetDestinationAudioUnit(AVAudioUnit v)voidsetDestinationMIDIEndpoint(int v)voidsetLengthInBeats(double v)voidsetLengthInSeconds(double v)voidsetLoopingEnabled(boolean v)voidsetLoopRange(AVBeatRange v)voidsetMuted(boolean v)voidsetNumberOfLoops(long v)voidsetOffsetTime(double v)voidsetSoloed(boolean v)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
AVMusicTrack
public AVMusicTrack() -
AVMusicTrack
-
AVMusicTrack
-
-
Method Details
-
getDestinationAudioUnit
-
setDestinationAudioUnit
-
getDestinationMIDIEndpoint
public int getDestinationMIDIEndpoint() -
setDestinationMIDIEndpoint
public void setDestinationMIDIEndpoint(int v) -
getLoopRange
-
setLoopRange
-
isLoopingEnabled
public boolean isLoopingEnabled() -
setLoopingEnabled
public void setLoopingEnabled(boolean v) -
getNumberOfLoops
public long getNumberOfLoops() -
setNumberOfLoops
public void setNumberOfLoops(long v) -
getOffsetTime
public double getOffsetTime() -
setOffsetTime
public void setOffsetTime(double v) -
isMuted
public boolean isMuted() -
setMuted
public void setMuted(boolean v) -
isSoloed
public boolean isSoloed() -
setSoloed
public void setSoloed(boolean v) -
getLengthInBeats
public double getLengthInBeats() -
setLengthInBeats
public void setLengthInBeats(double v) -
getLengthInSeconds
public double getLengthInSeconds() -
setLengthInSeconds
public void setLengthInSeconds(double v) -
getTimeResolution
public long getTimeResolution()
-