Share via


ChunkInfo.TimeStamp Property

Gets or sets the start time for the data chunk.

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

Syntax

'Declaration

Public Property TimeStamp As TimeSpan
    Get
    Friend Set
'Usage

Dim instance As ChunkInfo
Dim value As TimeSpan

value = instance.TimeStamp
public TimeSpan TimeStamp { get; internal set; }
public:
property TimeSpan TimeStamp {
    TimeSpan get ();
    internal: void set (TimeSpan value);
}
member TimeStamp : TimeSpan with get, internal set
function get TimeStamp () : TimeSpan
internal function set TimeStamp (value : 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

ChunkInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace