ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / BufferingProgress Property

In This Topic
    BufferingProgress Property (C1MediaPlayer)
    In This Topic
    Gets a value that indicates the percentage of buffering progress made.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BufferingProgress As Double
    public double BufferingProgress {get;}
    Remarks
    The value ranges from 0 to 1.
    See Also