Vuo  1.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
VuoSyphonListener.m File Reference

Description

VuoSyphonInternal implementation.

Functions

static void __attribute__ ((constructor)) VuoSyphonListener_init()
 Get a reference to the main thread, so we can perform runtime thread-sanity assertions.
 
static bool VuoSyphonListener_isMainThread (void)
 Is the current thread the main thread?
 
void VuoSyphonListener_freeSyphonImageCallback (VuoImage image)
 VuoImage freeCallback that releases the SyphonImage (but doesn't delete the texture).
 

Variables

static pthread_t VuoSyphonListener_mainThread = NULL
 A reference to the main thread.
 

Function Documentation

static void __attribute__ ( (constructor)  )
static

Get a reference to the main thread, so we can perform runtime thread-sanity assertions.

void VuoSyphonListener_freeSyphonImageCallback ( VuoImage  image)

VuoImage freeCallback that releases the SyphonImage (but doesn't delete the texture).

static bool VuoSyphonListener_isMainThread ( void  )
static

Is the current thread the main thread?

Variable Documentation

pthread_t VuoSyphonListener_mainThread = NULL
static

A reference to the main thread.