Skip to main content

Streams

StreamObject describes one stream a device sends on the network: its type, configuration, and origin.

{
"type" : String,
"index" : Integer,
"configuration" : StreamConfig,
"status" : StreamStatus,
"source" : SourceReference
}
Member nameTypeDescription
typeStringType of data contained in the stream, one of: STEREO_AUDIO audio from an analog source CEC CEC data HDMI HDMI video HDMI_AUDIO HDMI audio MULTICH_AUDIO I2S audio INFRARED infrared remote control data RS232 RS-232 data THUMBNAIL video thumbnail
indexIntegerIndex of the stream of the given type (streams are indexed individually by type, not necessarily contiguous)
configurationStreamConfigStream configuration
statusStreamStatusStream status
sourceSourceReferenceIdentifies the origin of the streamed data