Vuo 2.4.4
Loading...
Searching...
No Matches
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?
 
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

◆ VuoSyphonListener_freeSyphonImageCallback()

void VuoSyphonListener_freeSyphonImageCallback ( VuoImage  image)

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

Definition at line 57 of file VuoSyphonListener.m.

◆ VuoSyphonListener_isMainThread()

static bool VuoSyphonListener_isMainThread ( void  )
static

Is the current thread the main thread?

Definition at line 48 of file VuoSyphonListener.m.

Variable Documentation

◆ VuoSyphonListener_mainThread

pthread_t VuoSyphonListener_mainThread = NULL
static

A reference to the main thread.

Definition at line 29 of file VuoSyphonListener.m.