DurationExtendedEventArgs.Duration Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the time duration in ticks of the segment that remains of a stream after seeking to a new position in the stream.

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

Syntax

'Declaration
Public Property Duration As ULong
    Get
    Private Set
'Usage
Dim instance As DurationExtendedEventArgs
Dim value As ULong

value = instance.Duration
public ulong Duration { get; private set; }
public:
property unsigned long long Duration {
    unsigned long long get ();
    private: void set (unsigned long long value);
}
function get Duration () : ulong
private function set Duration (value : ulong)

Property Value

Type: System.UInt64
An object of type [T:System.][UInt64].

Permissions

See Also

Reference

DurationExtendedEventArgs Class

DurationExtendedEventArgs Members

Microsoft.Web.Media.SmoothStreaming Namespace