StreamingConstants.InfiniteDvrLenth Field

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Specifies infinite DVR window for a program.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Shared ReadOnly InfiniteDvrLenth As Nullable(Of TimeSpan)
'Usage
Dim value As Nullable(Of TimeSpan)

value = StreamingConstants.InfiniteDvrLenth
public static readonly Nullable<TimeSpan> InfiniteDvrLenth
public:
static initonly Nullable<TimeSpan> InfiniteDvrLenth
static val InfiniteDvrLenth: Nullable<TimeSpan>
public static final var InfiniteDvrLenth : Nullable<TimeSpan>

Remarks

The DVR length is the time span that a Program can be rewound. An infinite length means the Program can be rewound to its beginning.

See Also

Reference

StreamingConstants Class

Microsoft.WindowsAzure.MediaServices.Client Namespace