Video Input
A Node object whose type is VIDEO_INPUT. It represents a physical video input connector.
Configuration
None
Status
{
"connector_type" : String
}
| Member name | Type | Description |
|---|---|---|
| connector_type | String | Indicates the type of the video input connector and is one of the following: DISPLAY_PORT for a DisplayPort connector HDMI for an HDMI connector |
Inputs
None
Example
As returned by get device:
{
"type" : "VIDEO_INPUT",
"index" : 0,
"configuration" : {},
"status" : {
"connector_type" : "HDMI"
},
"inputs" : []
}