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

Description

VuoSyphonServerNotifier implementation.

Classes

class  VuoSyphonServerNotifierInternal
 Internal implementation of VuoSyphonServerNotifier. More...
 

Functions

void VuoSyphonServerNotifier_free (VuoSyphonServerNotifier serverNotifier)
 Frees memory.
 
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.
 

Function Documentation

void VuoSyphonServerNotifier_free ( VuoSyphonServerNotifier  serverNotifier)

Frees memory.

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.