IsMultiResolutionVideoSupported Property
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Shared ReadOnly Property IsMultiResolutionVideoSupported As Boolean

Property Value

Type: System.Boolean
Returns Boolean.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft