Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoSyphonServerNotifier.h File Reference

Description

VuoSyphonServerNotifier interface.

Typedefs

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

Functions

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

Typedef Documentation

typedef void* VuoSyphonServerNotifier

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

Function Documentation

VuoSyphonServerNotifier VuoSyphonServerNotifier_make ( void  )

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

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

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

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

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

void VuoSyphonServerNotifier_start ( VuoSyphonServerNotifier  serverNotifier)

Starts tracking Syphon servers.

void VuoSyphonServerNotifier_stop ( VuoSyphonServerNotifier  serverNotifier)

Stops tracking Syphon servers.