MediaCapabilities.IsMultiResolutionVideoSupported Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the current device supports smooth streaming of multi-resolution encoded video.

Namespace:  Microsoft.Phone.Info
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Shared ReadOnly Property IsMultiResolutionVideoSupported As Boolean
public static bool IsMultiResolutionVideoSupported { get; }

Property Value

Type: System..::.Boolean
Returns Boolean.

Remarks

If an application tries to play multi-resolution encoded video on a device that doesn’t support it, playback will fail with an error at the point when the bitrate of the stream changes. The application will receive a generic error and will not be able to respond appropriately. There will be an interruption in video playback and it could appear that the application is broken. Smooth streaming applications must check this property before requesting multi-resolution encoded video.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

MediaCapabilities Class

Microsoft.Phone.Info Namespace