ToiVideoOutputConfigurationVideoOutputInfo Interface Reference

Description

This is the documentation for ToiVideoOutputConfigurationVideoOutputInfo.
Video output configuration info. Use toi.statics.ToiVideoOutputConfigurationVideoOutputInfo.create(<id>, <outputType>, <connectionType>, <index>, <allowedVideoModes>, <videoMode>, <allowedColorSpaceModes>, <colorSpace>, <allowedScartModes>, <scartMode>, <allowedScartLoopThroughModes>, <scartLoopThroughMode>, <allowedDviModes>, <dviMode>, <sharpness>, <allowedVideo3dFormats>, <video3dFormat>) to create an instance of ToiVideoOutputConfigurationVideoOutputInfo. The following parameters in the create method are optional: <sharpness>, <allowedVideo3dFormats>, <video3dFormat>. 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 "ToiVideoOutputConfigurationVideoOutputInfo.idl";

List of all members.

Public Attributes

attribute
ToiVideoOutputConfiguration::TToiVideoOutputId 
id
attribute
ToiVideoOutputConfiguration::TToiVideoOutputType 
outputType
attribute
ToiVideoOutputConfiguration::TToiVideoConnectionType 
connectionType
attribute unsigned long index
attribute
ToiVideoOutputConfiguration::TToiVideoModeSequence 
allowedVideoModes
attribute
ToiVideoOutputConfiguration::TToiVideoMode 
videoMode
attribute
ToiVideoOutputConfiguration::TToiColorSpaceSequence 
allowedColorSpaceModes
attribute
ToiVideoOutputConfiguration::TToiColorSpace 
colorSpace
attribute
ToiVideoOutputConfiguration::TToiScartModeSequence 
allowedScartModes
attribute
ToiVideoOutputConfiguration::TToiScartMode 
scartMode
attribute
ToiVideoOutputConfiguration::TToiValueModeSequence 
allowedScartLoopThroughModes
attribute
ToiVideoOutputConfiguration::TToiValueMode 
scartLoopThroughMode
attribute
ToiVideoOutputConfiguration::TToiValueModeSequence 
allowedDviModes
attribute
ToiVideoOutputConfiguration::TToiValueMode 
dviMode
attribute long sharpness
attribute
ToiVideoOutputConfiguration::TToiVideo3dOutputFormatSequence 
allowedVideo3dFormats
attribute
ToiVideoOutputConfiguration::TToiVideo3dOutputFormat 
video3dFormat

Member Data Documentation

Allowed SCART standby loop through modes based on current configuration.

Technical Preview:
This field is a TECHNICAL PREVIEW, it may change. Supported 3D video output formats

The index of the output if several outputs of same type. [0 - n]

Technical Preview:
This field is a TECHNICAL PREVIEW, it may change. Current video output sharpness given in percent, value between 0 and 100. Returned -1 for outputs that do not support sharpness.
Technical Preview:
This field is a TECHNICAL PREVIEW, it may change. Current 3D video output format. This allows the application to obtain the actual 3D video output status. The format may be different from the source 3D format. E.g. VIDEO_3D_OUTPUT_FORMAT_2D could mean one left/top view extracted from the 3D content. The status is updated whenever the AVM handler takes actions on the qualified conditions.