MediaTransport.BufferingProgress Property

Gets a value that indicates the buffering progress of the media that is currently active.

Syntax

  public float BufferingProgress {get;}

Property Value

System.Single.  A value that indicates the buffering progress. A value of 1 is 100%, .5 is 50%, and so forth. A value of -1 indicates there was an internal problem retrieving the value.

This property is read-only.

Remarks

When this property changes, the Microsoft.MediaCenter.MediaTransport.PropertyChanged event is fired.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also