MonobjcMonobjc Documented Class Library
GetNominalOutputVideoRefreshPeriod Method (displayLink)
NamespacesMonobjc.QuartzCoreCVDisplayLinkGetNominalOutputVideoRefreshPeriod(IntPtr)

Retrieves the nominal refresh period of a display link.

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetNominalOutputVideoRefreshPeriod(
	IntPtr displayLink
)
Public Shared Function GetNominalOutputVideoRefreshPeriod ( _
	displayLink As IntPtr _
) As IntPtr
public:
static IntPtr GetNominalOutputVideoRefreshPeriod(
	IntPtr displayLink
)
Parameters
displayLink (IntPtr)
MISSING
Return Value
A CVTime structure that holds the nominal refresh period. This value is indefinite if an invalid display link was specified.
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)