SmoothStreamingMediaElement.CurrentSegmentIndex Property

Gets the index of the currently playing segment.

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

Syntax

'Declaration

Public ReadOnly Property CurrentSegmentIndex As Nullable(Of Integer)
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Nullable(Of Integer)

value = instance.CurrentSegmentIndex
public Nullable<int> CurrentSegmentIndex { get; }
public:
property Nullable<int> CurrentSegmentIndex {
    Nullable<int> get ();
}
member CurrentSegmentIndex : Nullable<int>
function get CurrentSegmentIndex () : Nullable<int>

Property Value

Type: System.Nullable<Int32>
The index of the playing segment.

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