orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-syphon
/
jsyphon
/
JSyphonServer
JSyphon
Server
class
JSyphonServer
(
source
)
Members
Constructors
JSyphon
Server
Link copied to clipboard
constructor
(
)
Properties
name
Link copied to clipboard
val
name
:
String
native
Link copied to clipboard
val
native
:
Unit
Functions
bind
To
Draw
Frame
Of
Size
Link copied to clipboard
fun
bindToDrawFrameOfSize
(
size
:
NSSize
)
:
Boolean
fun
bindToDrawFrameOfSize
(
sizeX
:
Int
,
sizeY
:
Int
)
:
Boolean
has
Clients
Link copied to clipboard
fun
hasClients
(
)
:
Boolean
init
With
Name
Link copied to clipboard
fun
initWithName
(
name
:
String
)
publish
Frame
Texture
Link copied to clipboard
fun
publishFrameTexture
(
texID
:
Int
,
texTarget
:
Int
,
rect
:
NSRect
,
size
:
NSSize
,
isFlipped
:
Boolean
)
fun
publishFrameTexture
(
texID
:
Int
,
texTarget
:
Int
,
posX
:
Int
,
posY
:
Int
,
width
:
Int
,
height
:
Int
,
sizeX
:
Int
,
sizeY
:
Int
,
isFlipped
:
Boolean
)
stop
Link copied to clipboard
fun
stop
(
)
unbind
And
Publish
Link copied to clipboard
fun
unbindAndPublish
(
)