Свойство | Type | Description | |
---|---|---|---|
syphonScriptCount | int |
Méthode | Description | |
---|---|---|
AddClientToSyphonClientsList ( string appName, string name, SyphonServerObject, server ) : SyphonClientObject, | ||
Awake ( ) : void | ||
CreateClient ( string appName, string name ) : SyphonClientObject, | ||
DestroyClient ( SyphonClientObject, destroyObj ) : void | ||
GetSyphonClient ( string uuid ) : SyphonClientObject, | ||
GetSyphonClient ( string appName, string name ) : SyphonClientObject, | ||
GetSyphonServer ( string appName, string name ) : SyphonServerObject, | ||
OnPreRender ( ) : void | ||
OnRepaintServerListGUI ( ) : void | ||
RegisterClientInstance ( SyphonClientTexture, tex, SyphonClientObject, obj ) : void | ||
UnregisterClientInstance ( SyphonClientTexture, tex ) : void | ||
Update ( ) : void | ||
UpdateServerNames ( ) : void | ||
assemblyIsUpdated ( ) : bool | ||
cacheAssembly ( ) : void | ||
initSyphonServers ( ) : void |
Méthode | Description | |
---|---|---|
CacheClientTextureValues ( int textureId, int width, int height, IntPtr syphonClientTextureInstance ) : bool | ||
CacheServerTextureValues ( int textureId, int width, int height, IntPtr syphonServerTextureInstance ) : bool | ||
CreateClientTexture ( IntPtr serverPtr ) : IntPtr | ||
CreateServerTexture ( string serverName ) : IntPtr | ||
InitDelegateCallbacks ( OnTextureSizeChangedDelegate texSize, OnAnnounceServerDelegate announceServer, OnRetireServerDelegate retireServer, OnUpdateServerDelegate updateServer ) : void | ||
OnAnnounceServer ( string appName, string name, string uuid, IntPtr serverPtr ) : void | ||
OnRetireServer ( string appName, string name, string uuid ) : void | ||
OnTextureSizeChanged ( int ptr, int width, int height ) : void | ||
OnUpdateServer ( string appName, string name, string uuid, IntPtr serverPtr ) : void | ||
QueueToKillTexture ( IntPtr killMe ) : void | ||
SyServerAtIndex ( int counter, StringBuilder myAppName, StringBuilder myName, StringBuilder myUuId ) : IntPtr | ||
SyServerCount ( ) : int | ||
UpdateTextureSizes ( ) : void | ||
cacheGraphicsContext ( ) : int | ||
registerClientInstance ( SyphonClientTexture, tex, SyphonClientObject, obj ) : void | ||
unregisterClientInstance ( SyphonClientTexture, tex ) : void |
public static AddClientToSyphonClientsList ( string appName, string name, SyphonServerObject, server ) : SyphonClientObject, | ||
appName | string | |
name | string | |
server | SyphonServerObject, | |
Résultat | SyphonClientObject, |
public static CreateClient ( string appName, string name ) : SyphonClientObject, | ||
appName | string | |
name | string | |
Résultat | SyphonClientObject, |
public static DestroyClient ( SyphonClientObject, destroyObj ) : void | ||
destroyObj | SyphonClientObject, | |
Résultat | void |
public static GetSyphonClient ( string uuid ) : SyphonClientObject, | ||
uuid | string | |
Résultat | SyphonClientObject, |
public static GetSyphonClient ( string appName, string name ) : SyphonClientObject, | ||
appName | string | |
name | string | |
Résultat | SyphonClientObject, |
public static GetSyphonServer ( string appName, string name ) : SyphonServerObject, | ||
appName | string | |
name | string | |
Résultat | SyphonServerObject, |
public static RegisterClientInstance ( SyphonClientTexture, tex, SyphonClientObject, obj ) : void | ||
tex | SyphonClientTexture, | |
obj | SyphonClientObject, | |
Résultat | void |
public static UnregisterClientInstance ( SyphonClientTexture, tex ) : void | ||
tex | SyphonClientTexture, | |
Résultat | void |