Vuo  2.3.2
Typedefs | Functions
VuoSyphonServerNotifier.h File Reference

Description

VuoSyphonServerNotifier interface.

Definition in file VuoSyphonServerNotifier.h.

Go to the source code of this file.

Typedefs

typedef void * VuoSyphonServerNotifier
 Keeps track of notifications when the set of available Syphon servers changes. More...
 

Functions

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...
 

Typedef Documentation

◆ VuoSyphonServerNotifier

typedef void* VuoSyphonServerNotifier

Keeps track of notifications when the set of available Syphon servers changes.

Definition at line 20 of file VuoSyphonServerNotifier.h.

Function Documentation

◆ 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.