Note

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

Access to this page requires authorization. You can try .

MediaPlaybackSession.GetOutputDegradationPolicyState Method

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 an object that expresses the current output degradation policy state of the MediaPlaybackSession.

public:
 virtual MediaPlaybackSessionOutputDegradationPolicyState ^ GetOutputDegradationPolicyState() = GetOutputDegradationPolicyState;
MediaPlaybackSessionOutputDegradationPolicyState GetOutputDegradationPolicyState();
public MediaPlaybackSessionOutputDegradationPolicyState GetOutputDegradationPolicyState();
function getOutputDegradationPolicyState()
Public Function GetOutputDegradationPolicyState () As MediaPlaybackSessionOutputDegradationPolicyState

Returns

A MediaPlaybackSessionOutputDegradationPolicyState object that expresses the current output degradation policy state.

Windows requirements

Requirements Description
Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

In some circumstances the system may degrade the playback of a media item, such as reducing the resolution (constriction), based on a policy rather than a performance issue. The object retrieved with this property allows you to determine if and why this policy-based degredation is occurring for telemetry purposes.

Applies to


Feedback

Was this page helpful?