StreamUpdatedEventArgs.Timestamp Property

Optional timestamp for the Microsoft.Web.Media.SmoothStreaming.ManifestInfo.StreamSelected, Microsoft.Web.Media.SmoothStreaming.ManifestInfo.ChunkAdded and Microsoft.Web.Media.SmoothStreaming.StreamUpdatedEventArgs.StreamUpdatedAction.TracksSelected actions.

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

Syntax

'Declaration

Public Property Timestamp As Nullable(Of TimeSpan)
    Get
    Private Set
'Usage

Dim instance As StreamUpdatedEventArgs
Dim value As Nullable(Of TimeSpan)

value = instance.Timestamp
public Nullable<TimeSpan> Timestamp { get; private set; }
public:
property Nullable<TimeSpan> Timestamp {
    Nullable<TimeSpan> get ();
    private: void set (Nullable<TimeSpan> value);
}
member Timestamp : Nullable<TimeSpan> with get, private set
function get Timestamp () : Nullable<TimeSpan>
private function set Timestamp (value : Nullable<TimeSpan>)

Property Value

Type: System.Nullable<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

StreamUpdatedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace