MonobjcMonobjc Documented Class Library
QCPlugInTimeMode Enumeration
NamespacesMonobjc.QuartzQCPlugInTimeMode

Time modes for custom patches.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum QCPlugInTimeMode
Public Enumeration QCPlugInTimeMode
public enum class QCPlugInTimeMode
Members
MemberDescription
kQCPlugInTimeModeNone

No time dependency. The custom patch does not depend on time at all. (It does not use the time parameter of the execute:atTime:withArguments: method.)

Available in Mac OS X v10.5 and later.


kQCPlugInTimeModeIdle

An idle time dependency. The custom patch does not depend on time but needs the system to execute it periodically. For example if the custom patch connects to a piece of hardware, to ensure that it pulls data from the hardware, you would set the custom patch time dependency to idle time mode. This time mode is typically used with providers.]]

Available in Mac OS X v10.5 and later.


kQCPlugInTimeModeTimeBase

A time base dependency. The custom patch does depend on time explicitly and has a time base defined by the system. (It uses the time parameter of the execute:atTime:withArguments: method.)

Available in Mac OS X v10.5 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)