Uses of Class
org.robovm.apple.dispatch.DispatchSource
| Package | Description |
|---|---|
| org.robovm.apple.coremedia | |
| org.robovm.apple.dispatch |
-
Uses of DispatchSource in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia with parameters of type DispatchSource Modifier and Type Method Description voidCMTimebase. addTimerDispatchSource(DispatchSource timerSource)protected OSStatusCMTimebase. addTimerDispatchSource0(DispatchSource timerSource)voidCMTimebase. removeTimerDispatchSource(DispatchSource timerSource)protected OSStatusCMTimebase. removeTimerDispatchSource0(DispatchSource timerSource)voidCMTimebase. setTimerDispatchSourceNextFireTime(DispatchSource timerSource, CMTime fireTime)protected OSStatusCMTimebase. setTimerDispatchSourceNextFireTime0(DispatchSource timerSource, CMTime fireTime, int flags)voidCMTimebase. setTimerDispatchSourceToFireImmediately(DispatchSource timerSource)protected OSStatusCMTimebase. setTimerDispatchSourceToFireImmediately0(DispatchSource timerSource) -
Uses of DispatchSource in org.robovm.apple.dispatch
Methods in org.robovm.apple.dispatch that return DispatchSource Modifier and Type Method Description static DispatchSourceDispatchSource. create(DispatchSourceType type, long handle, long mask, DispatchQueue queue)