SegmentInfo.StartPosition Property

Gets the maximum of the start times of the first audio chunk and first video chunk.

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

Syntax

'Declaration

Public ReadOnly Property StartPosition As TimeSpan
    Get
'Usage

Dim instance As SegmentInfo
Dim value As TimeSpan

value = instance.StartPosition
public TimeSpan StartPosition { get; }
public:
property TimeSpan StartPosition {
    TimeSpan get ();
}
member StartPosition : TimeSpan
function get StartPosition () : 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