StreamInfo.Segment Property

Gets or sets the segment for this stream.

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

Syntax

'Declaration

Public ReadOnly Property Segment As SegmentInfo
    Get
'Usage

Dim instance As StreamInfo
Dim value As SegmentInfo

value = instance.Segment
public SegmentInfo Segment { get; }
public:
property SegmentInfo^ Segment {
    SegmentInfo^ get ();
}
member Segment : SegmentInfo
function get Segment () : SegmentInfo

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.SegmentInfo
A SegmentInfo object.

Remarks

For more information and an example that parses SegmentInfo objects, see Timeline Markers and Events under the heading "Extract Timeline Events and Assign Markers."

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

StreamInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace