.data.values object
An object with property names as the key and a property
value as json. Check the next section for a the device
properties and their return values.
.data.success boolean
.data.deviceProperties array
.data.deviceProperties[i] string
device property that the user can subscribe to. The user
can either choose a value from the predefined enum, or
provide a wildcard string. Possible values are: /media/active,
/system, /system/codecFormat, /system/videoFormat,
/system/format, /system/supportedFormats, /timelines/0,
/transports/0, /transports/0/stop, /transports/0/play,
/transports/0/playback, /transports/0/record, /transports/0/
timecode, /transports/0/timecode/source, /audio/channel/
{channelIndex}/input, /audio/channel/{channelIndex}/
supportedInputs, /audio/channel/{channelIndex}/level,
/audio/channel/{channelIndex}/phantomPower, /audio/
channel/{channelIndex}/padding, /audio/channel/
{channelIndex}/lowCutFilter, /audio/channel/{channelIndex}/
available, /colorCorrection/lift, /colorCorrection/gamma, /
colorCorrection/gain, /colorCorrection/offset,
/colorCorrection/contrast, /colorCorrection/color,
/colorCorrection/lumaContribution, /lens/iris, /lens/focus,
/lens/zoom, /presets, /presets/active, /video/iso, /video/
whiteBalance, /video/whiteBalanceTint, /video/ndFilter,
/video/videoNdFilterDisplayMode, /video/shutter, /video/
autoExposure. Must match the pattern: .*.
.type string Possible values are: response.
.id number
Optional parameter that repeats the id in the output for
tracking messages
Device Properties
/media/active
The value JSON returned via the eventResponse when the /media/active property changes on
the device:
Name Type Description
.workingsetIndex integer Working set index of the active media device
.deviceName string Internal device name of this media device
265Developer Information