Share via


ChunkInfo.Duration Property

Time duration that corresponds the to the <d> element in the manifest for the chunk.

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

Syntax

'Declaration

Public Property Duration As TimeSpan
    Get
    Private Set
'Usage

Dim instance As ChunkInfo
Dim value As TimeSpan

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