Vuo  2.3.2
Instance Methods | Properties | List of all members
VuoSyphonSender Class Reference

Description

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

Definition at line 22 of file VuoSyphonSender.h.

Instance Methods

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

Properties

SyphonServer * syphonServer
 The Syphon server that publishes frames. More...
 

Method Documentation

◆ initServerWithName:

- (void) initServerWithName: (NSString *)  name

Creates the Syphon server.

Parameters
nameThe server name.

Definition at line 1 of file VuoSyphonSender.m.

◆ publishFrame:

- (void) publishFrame: (VuoImage image

Publishes a frame from the Syphon server.

The frame is sent to all connected Syphon clients.

Definition at line 1 of file VuoSyphonSender.m.

◆ setName:

- (void) setName: (NSString*)  newName

Changes the Syphon server's name.

Definition at line 1 of file VuoSyphonSender.m.

◆ stop

- (void) stop (void) 

Makes the Syphon server unavailable.

Definition at line 1 of file VuoSyphonSender.m.

Property Documentation

◆ syphonServer

- (SyphonServer*) syphonServer
readwriteatomicretain

The Syphon server that publishes frames.

Definition at line 27 of file VuoSyphonSender.h.


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