Retrieves the current (“now”) time of a given display link.
Original signature is 'CVReturn CVDisplayLinkGetCurrentTime ( CVDisplayLinkRef displayLink, CVTimeStamp *outTime );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static int GetCurrentTime( IntPtr displayLink, ref CVTimeStamp outTime )
Public Shared Function GetCurrentTime ( _ displayLink As IntPtr, _ ByRef outTime As CVTimeStamp _ ) As Integer
public: static int GetCurrentTime( IntPtr displayLink, CVTimeStamp% outTime )

- displayLink (IntPtr)
- MISSING
- outTime (CVTimeStamp%)
- MISSING

A Core Video result code. See Core Video Constants Reference for possible values.

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