The DmOutputCardDmPortWithCec type exposes the following members.

Methods

  NameDescription
Public methodForceHdcpDisable
Disables the "force HDCP" encryption setting at the DM output. When disabled (the default mode), HDCP encryption is only applied when the source requires it.
(Inherited from DmOutputCardPort.)
Public methodForceHdcpEnable
Forces HDCP encryption at the DM output. When enabled, the DM output will have HDCP encryption applied regardless of the HDCP state of the input signal, i.e., even if the source does not provide or require it.
(Inherited from DmOutputCardPort.)
Public methodOutputDisable
Disables the DM output.
(Inherited from AdvDmOutputCardDmPort.)
Public methodOutputEnable
Enables the DM output.
(Inherited from AdvDmOutputCardDmPort.)

Properties

  NameDescription
Public propertyCard
Get the card that this stream is apart of.
(Inherited from DmCardStreamBase.)
Public propertyColorSpaceMode
Sets the Output color space mode
(Inherited from DmOutputCardPort.)
Public propertyColorSpaceModeFeedback
Reports the Output color space mode
(Inherited from DmOutputCardPort.)
Public propertyConnectedDevice
Information about the device connected to this stream.

Feedbacks for this property will trigger the DeviceInformationChange event.

(Inherited from DmOutputCardPort.)
Public propertyDeepColorModeFeedback
Reports the deep color depth
(Inherited from DmOutputCardPort.)
Public propertyDisabledByHdcpFeedback
Indicates that the DM output has been disabled as the result of a failure during HDCP authentication. This occurs when HDCP (High-bandwidth Digital Content Protection) is detected at the input, but the display or other loopback device is not HDCP compliant. This also occurs when the maximum number of display devices that can be used with the video source (based on the application of keys and KSVs) has been exceeded. 'true' = Output disabled by HDCP; 'false = Output not disabled by HDCP
(Inherited from DmOutputCardPort.)
Public propertyForceHdcpDisabledFeedback
Indicates that the "force HDCP" setting is disabled. The output remains high for as long as the setting is disabled. 'true' = Force HDCP disabled; 'false' = No effect
(Inherited from DmOutputCardPort.)
Public propertyForceHdcpEnabledFeedback
Indicates that the "force HDCP" setting is enabled. The output remains high for as long as the setting is enabled. 'true' = Force HDCP enabled; 'false' = No effect
(Inherited from DmOutputCardPort.)
Public propertyInputOutput
Get the input/output that this stream is a part of. This is useful on fixed switchers like the DMPS3 to get the input/output from a port.
(Inherited from DmCardStreamBase.)
Public propertyOutputDisabledFeedback
Indicates that the DM output is disabled. The output remains high for as long as the output is disabled. 'true' = Output disabled; 'false' = Output enabled
(Inherited from AdvDmOutputCardDmPort.)
Public propertyOutputEnabledFeedback
Indicates that the DM output is enabled. The output remains 'true' for as long as the output is enabled. 'true' = Output enabled; 'false' = Output disabled
(Inherited from AdvDmOutputCardDmPort.)
Public propertyStreamCec
CEC information sent and received by the stream.
Public propertyType
Get the type of stream this object represents.
(Inherited from DmCardStreamBase.)

See Also