MediaElement.IsDecodingOnGPU Property
Silverlight
Gets a value that indicates whether the MediaElement is being decoded in hardware.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the MediaElement is being decoded in hardware; otherwise, false.
Dependency property identifier field: IsDecodingOnGPUProperty
The IsDecodingOnGPU property is only valid after the MediaOpened event has been raised. IsDecodingOnGPU is not valid following a MediaFailed or MediaEnded event being raised.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.