Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlaybackSessionOutputDegradationPolicyState.VideoConstrictionReason Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value from the MediaPlaybackSessionVideoConstrictionReason enumeration specifying the reason why video is being constricted, if known.

public:
 property MediaPlaybackSessionVideoConstrictionReason VideoConstrictionReason { MediaPlaybackSessionVideoConstrictionReason get(); };
MediaPlaybackSessionVideoConstrictionReason VideoConstrictionReason();
public MediaPlaybackSessionVideoConstrictionReason VideoConstrictionReason { get; }
var mediaPlaybackSessionVideoConstrictionReason = mediaPlaybackSessionOutputDegradationPolicyState.videoConstrictionReason;
Public ReadOnly Property VideoConstrictionReason As MediaPlaybackSessionVideoConstrictionReason

Property Value

The reason why video is being constricted.

Remarks

In some circumstances the system may reduce the resolution (constrict) the output of a media item based on a policy rather than a performance issue. The value retrieved with this property specifies the reason this policy-based degredation is occurring for telemetry purposes. A value of None indicates that the content is not currently being constricted.

Applies to


Feedback

Was this page helpful?