Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Instance Methods | Properties | List of all members
VuoSyphonSender Class Reference

Description

This class handles creating a Syphon server and publishing frames from it.

Instance Methods

(void) - initServerWithName:context:
 Creates the Syphon server.
 
(void) - publishFrame:
 Publishes a frame from the Syphon server.
 
(void) - setName:
 Changes the Syphon server's name.
 
(void) - stop
 Makes the Syphon server unavailable.
 

Properties

SyphonServer * syphonServer
 The Syphon server that publishes frames.
 

Method Documentation

- (void) initServerWithName: (NSString*)  name
context: (VuoGlContext*)  ctx 

Creates the Syphon server.

Parameters
nameThe server name.
ctxThe GL context to use when publishing frames.
- (void) publishFrame: (VuoImage image

Publishes a frame from the Syphon server.

The frame is sent to all connected Syphon clients.

- (void) setName: (NSString*)  newName

Changes the Syphon server's name.

- (void) stop (void) 

Makes the Syphon server unavailable.

Property Documentation

- (SyphonServer*) syphonServer
readwriteatomicretain

The Syphon server that publishes frames.


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