Vuo  2.0.0
Functions | Variables
VuoSyphonListener.m File Reference

Description

VuoSyphonInternal implementation.

Definition in file VuoSyphonListener.m.

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ __attribute__()

static void __attribute__ ( (constructor)  )
static

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

Definition at line 35 of file VuoSyphonListener.m.

◆ VuoSyphonListener_freeSyphonImageCallback()

void VuoSyphonListener_freeSyphonImageCallback ( VuoImage  image)

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

Definition at line 58 of file VuoSyphonListener.m.

◆ VuoSyphonListener_isMainThread()

static bool VuoSyphonListener_isMainThread ( void  )
static

Is the current thread the main thread?

Definition at line 49 of file VuoSyphonListener.m.

Variable Documentation

◆ VuoSyphonListener_mainThread

pthread_t VuoSyphonListener_mainThread = NULL
static

A reference to the main thread.

Definition at line 30 of file VuoSyphonListener.m.