Share via


SetPlaybackRangeCompletedEventArgs.RightEdge Property

Gets the player application's expected right-most position or chunk timestamp.

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

Syntax

'Declaration

Public ReadOnly Property RightEdge As TimeSpan
    Get
'Usage

Dim instance As SetPlaybackRangeCompletedEventArgs
Dim value As TimeSpan

value = instance.RightEdge
public TimeSpan RightEdge { get; }
public:
property TimeSpan RightEdge {
    TimeSpan get ();
}
member RightEdge : TimeSpan
function get RightEdge () : TimeSpan

Property Value

Type: System.TimeSpan
The player application's expected right-most position or chunk timestamp.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SetPlaybackRangeCompletedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace