Share via


SmoothStreamingMediaElement.DroppedFramesPerSecond Property

Gets or sets the percentage of dropped frames per second.

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

Syntax

'Declaration

Public ReadOnly Property DroppedFramesPerSecond As Double
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

value = instance.DroppedFramesPerSecond
public double DroppedFramesPerSecond { get; }
public:
property double DroppedFramesPerSecond {
    double get ();
}
member DroppedFramesPerSecond : float
function get DroppedFramesPerSecond () : double

Property Value

Type: System.Double
A value that indicates the percentage of dropped frames per second.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace