Vuo  2.3.2
Functions | Variables
VuoSyphonListener.m File Reference

Description

VuoSyphonInternal implementation.

Definition in file VuoSyphonListener.m.

Go to the source code of this file.

Functions

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

◆ VuoSyphonListener_freeSyphonImageCallback()

void VuoSyphonListener_freeSyphonImageCallback ( VuoImage  image)

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

Definition at line 59 of file VuoSyphonListener.m.

◆ VuoSyphonListener_isMainThread()

static bool VuoSyphonListener_isMainThread ( void  )
static

Is the current thread the main thread?

Definition at line 50 of file VuoSyphonListener.m.

Variable Documentation

◆ VuoSyphonListener_mainThread

pthread_t VuoSyphonListener_mainThread = NULL
static

A reference to the main thread.

Definition at line 31 of file VuoSyphonListener.m.