Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Instance Methods | Protected Attributes | List of all members
OnDevicesChangedListener Class Reference

Description

A singleton class that listens for changes in available video input devices.

Instance Methods

(id) - init
 Init and register for NSNotification events.
 
(void) - devicesDidChange:
 Called when a change is detected.
 
(void) - addCallback:
 Add a callback to be triggered when the input list changes.
 
(void) - removeCallback:
 Remove a callback from the trigger set.
 

Protected Attributes

VuoTriggerSet
< VuoList_VuoVideoInputDevice
callbacks
 A TriggerSet of VuoList_VuoVideoInputDevice output triggers.
 

Method Documentation

- (void) addCallback: (VuoList_VuoVideoInputDevice outputTrigger

Add a callback to be triggered when the input list changes.

- (void) devicesDidChange: (NSNotification*)  notif

Called when a change is detected.

- (id) init

Init and register for NSNotification events.

- (void) removeCallback: (VuoList_VuoVideoInputDevice outputTrigger

Remove a callback from the trigger set.

Member Data Documentation

- (VuoTriggerSet<VuoList_VuoVideoInputDevice>) callbacks
protected

A TriggerSet of VuoList_VuoVideoInputDevice output triggers.


The documentation for this class was generated from the following file: