CacheResponse2.PerceivedBandwidth Property

Gets or sets the perceived bandwidth while downloading individual media chunks.

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

Syntax

'Declaration

Public Property PerceivedBandwidth As Double
    Get
    Set
'Usage

Dim instance As CacheResponse2
Dim value As Double

value = instance.PerceivedBandwidth

instance.PerceivedBandwidth = value
public double PerceivedBandwidth { get; set; }
public:
property double PerceivedBandwidth {
    double get ();
    void set (double value);
}
member PerceivedBandwidth : float with get, set
function get PerceivedBandwidth () : double
function set PerceivedBandwidth (value : double)

Property Value

Type: System.Double
The bandwidth in bytes per second.

Version Information

Silverlight

Supported in: 5

See Also

Reference

CacheResponse2 Class

Microsoft.Web.Media.SmoothStreaming Namespace