Share via


CVDisplayLink Class

Definition

public class CVDisplayLink : CoreFoundation.NativeObject
type CVDisplayLink = class
    inherit NativeObject
Inheritance

Constructors

Name Description
CVDisplayLink()

Properties

Name Description
ActualOutputVideoRefreshPeriod
Handle (Inherited from DisposableObject)
IsRunning
NominalOutputVideoRefreshPeriod
OutputVideoLatency
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
CreateFromDisplayId(UInt32, CVReturn)
CreateFromDisplayId(UInt32)
CreateFromDisplayIds(UInt32[], CVReturn)
CreateFromDisplayIds(UInt32[])
CreateFromOpenGLMask(UInt32, CVReturn)
CreateFromOpenGLMask(UInt32)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetCurrentDisplay()
GetCurrentTime(CVTimeStamp)
GetHashCode() (Inherited from DisposableObject)
GetTypeId()
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release()
Retain()
SetCurrentDisplay(CGLContext, CGLPixelFormat)
SetCurrentDisplay(Int32)
SetOutputCallback(CVDisplayLink+DisplayLinkOutputCallback)
Start()
Stop()
TryTranslateTime(CVTimeStamp, CVTimeStamp)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to