Share via


TrackInfo.GetChunkUri Method

Gets the Uri for the chunk identified by the timestamp parameter.

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

Syntax

'Declaration

Public Function GetChunkUri ( _
    timestamp As TimeSpan _
) As Uri
'Usage

Dim instance As TrackInfo
Dim timestamp As TimeSpan
Dim returnValue As Uri

returnValue = instance.GetChunkUri(timestamp)
public Uri GetChunkUri(
    TimeSpan timestamp
)
public:
Uri^ GetChunkUri(
    TimeSpan timestamp
)
member GetChunkUri : 
        timestamp:TimeSpan -> Uri 
public function GetChunkUri(
    timestamp : TimeSpan
) : Uri

Parameters

Return Value

Type: System.Uri
A Uri object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

TrackInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace