Package org.robovm.apple.coremedia
Class CMTimebase.Notifications
java.lang.Object
org.robovm.apple.coremedia.CMTimebase.Notifications
- Enclosing class:
- CMTimebase
public static class CMTimebase.Notifications extends Object
-
Constructor Summary
Constructors Constructor Description Notifications() -
Method Summary
Modifier and Type Method Description static NSObjectProtocolobserveEffectiveRateChanged(CMTimebase object, VoidBlock2<CMTimebase,CMTime> block)static NSObjectProtocolobserveTimeJumped(CMTimebase object, VoidBlock2<CMTimebase,CMTime> block)
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
observeEffectiveRateChanged
public static NSObjectProtocol observeEffectiveRateChanged(CMTimebase object, VoidBlock2<CMTimebase,CMTime> block)- Since:
- Available in iOS 6.0 and later.
-
observeTimeJumped
public static NSObjectProtocol observeTimeJumped(CMTimebase object, VoidBlock2<CMTimebase,CMTime> block)- Since:
- Available in iOS 6.0 and later.
-