Vuo  0.5.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoDisplayRefresh.c File Reference

Description

VuoDisplayRefresh implementation.

Classes

struct  VuoDisplayRefreshInternal
 Context data for VuoDisplayRefresh_displayLinkCallback. More...
 

Functions

VuoDisplayRefresh VuoDisplayRefresh_make (void)
 Creates a display refresh trigger instance.
 
void VuoDisplayRefresh_enableTriggers (VuoDisplayRefresh dr, VuoOutputTrigger(requestedFrame, VuoFrameRequest))
 Starts firing display refresh events.
 
void VuoDisplayRefresh_disableTriggers (VuoDisplayRefresh dr)
 After this function returns, this VuoDisplayRefresh instance will no longer fire events.
 

Function Documentation

void VuoDisplayRefresh_disableTriggers ( VuoDisplayRefresh  dr)

After this function returns, this VuoDisplayRefresh instance will no longer fire events.

May be called from any thread.

void VuoDisplayRefresh_enableTriggers ( VuoDisplayRefresh  dr,
VuoOutputTrigger(requestedFrame, VuoFrameRequest  
)

Starts firing display refresh events.

May be called from any thread.

VuoDisplayRefresh VuoDisplayRefresh_make ( void  )

Creates a display refresh trigger instance.

May be called from any thread.