Breadcrumbs

Gateway API - Calls

Videohub

Control over Blackmagic Design's Videohub.
To see the state of your connection or the videohub itself Get or subscribe to updates for VideohubConnectionStatus and Videohub non-state values. See: non-state values.

ConnectVideohub

ConnectVideohub

Connect this Gateway to Videohub. It will be able to change Videohub's state and will start sending datahub updates for any changes to this state.

Params

IP

STRING

IP address of your Videohub.

Port

STRING

OPTIONAL

Connection port of your Videohub. Default:9990

DisconnectVideohub

DisconnectVideohub

Disconnect this Gateway from Videohub.

No params.

SetVideohubRouting

SetVideohubRouting

Route a video input to a video output on Videohub.

Params

OutputIndex

INTEGER

An output index to route to. Counting from 0!

InputIndex

INTEGER

An input index to be routed. Counting from 0!

IgnoreLock

BOOL

OPTIONAL

If true, this call will try to disable the lock set on the output. Default: false.

SetVideohubOutputLock

SetVideohubOutputLock

Lock or unlock an output on Videhub.

Params

OutputIndex

INTEGER

An output index to lock/unlock. Counting from 0!

ShouldLock

BOOL

New locking status.