MonobjcMonobjc Documented Class Library
GetOutputVideoLatency Method (displayLink)
NamespacesMonobjc.QuartzCoreCVDisplayLinkGetOutputVideoLatency(IntPtr)

Retrieves the nominal latency of a display link.

Original signature is 'CVTime CVDisplayLinkGetOutputVideoLatency ( CVDisplayLinkRef displayLink );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetOutputVideoLatency(
	IntPtr displayLink
)
Public Shared Function GetOutputVideoLatency ( _
	displayLink As IntPtr _
) As IntPtr
public:
static IntPtr GetOutputVideoLatency(
	IntPtr displayLink
)
Parameters
displayLink (IntPtr)
MISSING
Return Value
A CVTime structure that holds the latency value. This value may be indefinite.
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.AppKit (Module: Monobjc.AppKit)