ToiVideoOutputConfigurationDisplayInfo Interface Reference


Description

This is the documentation for ToiVideoOutputConfigurationDisplayInfo.
Information about the display. For HDMI, this may be what is collected with EDID or what has been set with ToiVideoOutputConfigurationSession::setDisplayInfo() to override it. Use toi.statics.ToiVideoOutputConfigurationDisplayInfo.create(<vendorId>, <videoOutputId>, <supportedVideoModes>, <preferredVideoMode>, <aspectRatio>, <status>, <hasOverriddenValues>, <supportedColorSpaces>) to create an instance of ToiVideoOutputConfigurationDisplayInfo. The following parameters in the create method are optional: <supportedColorSpaces>. 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 "ToiVideoOutputConfigurationDisplayInfo.idl";

List of all members.

Public Attributes

attribute string vendorId
attribute
ToiVideoOutputConfiguration::TToiVideoOutputId 
videoOutputId
attribute
ToiVideoOutputConfiguration::TToiVideoModeSequence 
supportedVideoModes
attribute
ToiVideoOutputConfiguration::TToiVideoMode 
preferredVideoMode
attribute
ToiVideoOutputConfiguration::TToiAspectRatio 
aspectRatio
attribute
ToiVideoOutputConfiguration::TToiDisplayStatus 
status
attribute boolean hasOverriddenValues
attribute
ToiVideoOutputConfiguration::TToiColorSpaceSequence 
supportedColorSpaces

Member Data Documentation

True if SupportedVideoModes or AspectRatio has been overridden.

The preferred/native video mode for this display. Should be set to NO_VIDEO_MODE if no preferred video mode can be identified among the supported video modes.

The color space modes supported according to display information.

The video modes supported according to display information.

The display vendor identifier if any.