ToiVideoOutputConfigurationVideoOutputCapabilityInfo Interface Reference

Description

This is the documentation for ToiVideoOutputConfigurationVideoOutputCapabilityInfo.
Video output capabilities as supported by hardware. Use toi.statics.ToiVideoOutputConfigurationVideoOutputCapabilityInfo.create(<id>, <videoModes>, <colorSpaceModes>, <scartModes>, <scartLoopThroughModes>, <dviModes>, <video3dFormats>) to create an instance of ToiVideoOutputConfigurationVideoOutputCapabilityInfo. The following parameters in the create method are optional: <video3dFormats>. For the optional members that have default values, the values are: ; if they are not set from the portal, they will have the default value.

import "ToiVideoOutputConfigurationVideoOutputCapabilityInfo.idl";

List of all members.

Public Attributes

attribute
ToiVideoOutputConfiguration::TToiVideoOutputId 
id
attribute
ToiVideoOutputConfiguration::TToiVideoModeSequence 
videoModes
attribute
ToiVideoOutputConfiguration::TToiColorSpaceSequence 
colorSpaceModes
attribute
ToiVideoOutputConfiguration::TToiScartModeSequence 
scartModes
attribute
ToiVideoOutputConfiguration::TToiValueModeSequence 
scartLoopThroughModes
attribute
ToiVideoOutputConfiguration::TToiValueModeSequence 
dviModes
attribute
ToiVideoOutputConfiguration::TToiVideo3dOutputFormatSequence 
video3dFormats

Member Data Documentation