Share via


StreamUpdatedEventArgs Constructor

Initializes a new instance of the StreamUpdatedEventArgs class.

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

Syntax

'Declaration

Public Sub New ( _
    stream As StreamInfo, _
    action As StreamUpdatedEventArgs.StreamUpdatedAction, _
    timestamp As Nullable(Of TimeSpan) _
)
'Usage

Dim stream As StreamInfo
Dim action As StreamUpdatedEventArgs.StreamUpdatedAction
Dim timestamp As Nullable(Of TimeSpan)

Dim instance As New StreamUpdatedEventArgs(stream, _
    action, timestamp)
public StreamUpdatedEventArgs(
    StreamInfo stream,
    StreamUpdatedEventArgs.StreamUpdatedAction action,
    Nullable<TimeSpan> timestamp
)
public:
StreamUpdatedEventArgs(
    StreamInfo^ stream, 
    StreamUpdatedEventArgs.StreamUpdatedAction action, 
    Nullable<TimeSpan> timestamp
)
new : 
        stream:StreamInfo * 
        action:StreamUpdatedEventArgs.StreamUpdatedAction * 
        timestamp:Nullable<TimeSpan> -> StreamUpdatedEventArgs
public function StreamUpdatedEventArgs(
    stream : StreamInfo, 
    action : StreamUpdatedEventArgs.StreamUpdatedAction, 
    timestamp : Nullable<TimeSpan>
)

Parameters

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