SmoothStreamingMediaElement.IsDecodingOnGPU Property

Gets a value that indicates whether Global Processing Unit (GPU) decoding is enabled.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property IsDecodingOnGPU As Boolean
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Boolean

value = instance.IsDecodingOnGPU
public bool IsDecodingOnGPU { get; }
public:
property bool IsDecodingOnGPU {
    bool get ();
}
member IsDecodingOnGPU : bool
function get IsDecodingOnGPU () : boolean

Property Value

Type: System.Boolean
true if GPU decoding is enabled; otherwise, false.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace