Vuo  2.3.2
Classes | Functions
VuoSyphonServerNotifier.m File Reference

Description

VuoSyphonServerNotifier implementation.

Definition in file VuoSyphonServerNotifier.m.

Go to the source code of this file.

Classes

class  VuoSyphonServerNotifierInternal
 Internal implementation of VuoSyphonServerNotifier. More...
 

Functions

void VuoSyphonServerNotifier_free (VuoSyphonServerNotifier serverNotifier)
 Frees memory. More...
 
VuoSyphonServerNotifier VuoSyphonServerNotifier_make (void)
 Creates a notifier object that has not yet begun tracking notifications. More...
 
void VuoSyphonServerNotifier_setNotificationFunction (VuoSyphonServerNotifier serverNotifier, VuoOutputTrigger(serversChanged, VuoList_VuoSyphonServerDescription))
 Sets the function to call when the set of available Syphon servers has changed. More...
 
void VuoSyphonServerNotifier_setNotificationMethod (VuoSyphonServerNotifier serverNotifier, id object, SEL method)
 Sets the method to call when the set of available Syphon servers has changed. More...
 
void VuoSyphonServerNotifier_start (VuoSyphonServerNotifier serverNotifier)
 Starts tracking Syphon servers. More...
 
void VuoSyphonServerNotifier_stop (VuoSyphonServerNotifier serverNotifier)
 Stops tracking Syphon servers. More...
 

Function Documentation

◆ VuoSyphonServerNotifier_free()

void VuoSyphonServerNotifier_free ( VuoSyphonServerNotifier  serverNotifier)

Frees memory.

Definition at line 175 of file VuoSyphonServerNotifier.m.

◆ VuoSyphonServerNotifier_make()

VuoSyphonServerNotifier VuoSyphonServerNotifier_make ( void  )

Creates a notifier object that has not yet begun tracking notifications.

Definition at line 183 of file VuoSyphonServerNotifier.m.

◆ VuoSyphonServerNotifier_setNotificationFunction()

void VuoSyphonServerNotifier_setNotificationFunction ( VuoSyphonServerNotifier  serverNotifier,
VuoOutputTrigger(serversChanged, VuoList_VuoSyphonServerDescription  
)

Sets the function to call when the set of available Syphon servers has changed.

Definition at line 193 of file VuoSyphonServerNotifier.m.

◆ VuoSyphonServerNotifier_setNotificationMethod()

void VuoSyphonServerNotifier_setNotificationMethod ( VuoSyphonServerNotifier  serverNotifier,
id  object,
SEL  method 
)

Sets the method to call when the set of available Syphon servers has changed.

Definition at line 202 of file VuoSyphonServerNotifier.m.

◆ VuoSyphonServerNotifier_start()

void VuoSyphonServerNotifier_start ( VuoSyphonServerNotifier  serverNotifier)

Starts tracking Syphon servers.

Definition at line 211 of file VuoSyphonServerNotifier.m.

◆ VuoSyphonServerNotifier_stop()

void VuoSyphonServerNotifier_stop ( VuoSyphonServerNotifier  serverNotifier)

Stops tracking Syphon servers.

Definition at line 219 of file VuoSyphonServerNotifier.m.