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 name | Type | Description |
|---|---|---|
| type | String | Type 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 |
| index | Integer | Index of the stream of the given type (streams are indexed individually by type, not necessarily contiguous) |
| configuration | StreamConfig | Stream configuration |
| status | StreamStatus | Stream status |
| source | SourceReference | Identifies the origin of the streamed data |