Share via


SegmentInfo.EndPosition Property

Gets the minimum of the end time for the last audio chunk and last video chunk.

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

Syntax

'Declaration

Public ReadOnly Property EndPosition As TimeSpan
    Get
'Usage

Dim instance As SegmentInfo
Dim value As TimeSpan

value = instance.EndPosition
public TimeSpan EndPosition { get; }
public:
property TimeSpan EndPosition {
    TimeSpan get ();
}
member EndPosition : TimeSpan
function get EndPosition () : TimeSpan

Property Value

Type: System.TimeSpan
A TimeSpan object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SegmentInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace